Skip to content

Commit

Permalink
remove unrequired migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 14, 2024
1 parent bfceec3 commit e065f54
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 44 deletions.
15 changes: 0 additions & 15 deletions refinery/tests/migrations_int8/U20240504090241__initial.rs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions refinery/tests/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ mod postgres {
embed_migrations!("./tests/migrations_missing");
}

#[cfg(feature = "int8-versions")]
mod int8 {
use refinery::embed_migrations;
embed_migrations!("./tests/migrations_int8");
}

fn db_uri() -> String {
std::env::var("DB_URI").unwrap_or("postgres://postgres@localhost:5432/postgres".to_string())
}
Expand Down

0 comments on commit e065f54

Please sign in to comment.