Skip to content

Commit

Permalink
Move migration-tests into butane_core
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Nov 20, 2024
1 parent e50b891 commit 51db802
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use butane::db::{BackendConnection, Connection};
use butane::migrations::{MemMigrations, Migration, MigrationMut, Migrations, MigrationsMut};
use butane::{SqlType, SqlVal};
use butane_core::codegen::{butane_type_with_migrations, model_with_migrations};
use butane_core::db::{BackendConnection, Connection};
use butane_core::migrations::adb::{DeferredSqlType, TypeIdentifier, TypeKey};
use butane_core::migrations::{MemMigrations, Migration, MigrationMut, Migrations, MigrationsMut};
use butane_core::{SqlType, SqlVal};
#[cfg(feature = "pg")]
use butane_test_helper::pg_connection;
#[cfg(feature = "sqlite")]
Expand Down

0 comments on commit 51db802

Please sign in to comment.