You've already forked flix
7 lines
116 B
Rust
7 lines
116 B
Rust
//! Migrations for maintaining the database schema
|
|
|
|
seamantic::migrations! {
|
|
"seaql_migrations_flix";
|
|
m_000001,
|
|
}
|