This commit is contained in:
pavel 2026-02-10 18:34:43 +01:00
commit 0fa627ca6d
18 changed files with 6192 additions and 0 deletions

11
migration/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "migration"
version = "0.1.0"
edition = "2021"
[dependencies]
sea-orm-migration = "1.1"
[lib]
name = "migration"
path = "src/lib.rs"