Skip to content

Commit

Permalink
fix: [#56] remove comment
Browse files Browse the repository at this point in the history
We do not need to read migrations from dir becuase they are not going to
change for verion v1.0.0.
  • Loading branch information
josecelano committed Nov 30, 2022
1 parent e1790f6 commit b9a8bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/upgrades/from_v1_0_0_to_v2_0_0/sqlite_v1_0_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl SqliteDatabaseV1_0_0 {
pub async fn migrate(&self, fixtures_dir: &str) {
let migrations_dir = format!("{}database/v1.0.0/migrations/", fixtures_dir);

// TODO: read files from dir
let migrations = vec![
"20210831113004_torrust_users.sql",
"20210904135524_torrust_tracker_keys.sql",
Expand Down

0 comments on commit b9a8bf9

Please sign in to comment.