flix_db/migration/
mod.rs

1//! Migrations for maintaining the database schema
2
3seamantic::migrations! {
4	"seaql_migrations_flix";
5	m_000001,
6}