3 lines
90 B
Rust
3 lines
90 B
Rust
|
use refinery::include_migration_mods;
|
||
|
include_migration_mods!("src/migrator/migrations");
|