workspace reshape

This commit is contained in:
2026-06-16 19:11:41 +01:00
parent ccb891d688
commit b2ad096f95
17 changed files with 3160 additions and 56 deletions
+6
View File
@@ -0,0 +1,6 @@
use sea_orm_migration::prelude::*;
#[tokio::main]
async fn main() {
cli::run_cli(migration::Migrator).await;
}