mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 06:00:20 +08:00
6 lines
232 B
Rust
6 lines
232 B
Rust
#[cfg(all(test, feature = "postgres", feature = "mysql", feature = "sqlite"))]
|
|
pub(super) use aether_data_mysql::MIGRATOR;
|
|
pub(super) use aether_data_mysql::{
|
|
pending_migrations, prepare_database_for_startup, run_migrations,
|
|
};
|