1 2 3 4 5
pub mod ddl; pub mod migrations; pub mod seed; pub use migrations::{current_version, run as run_migrations, SCHEMA_VERSION};