Import of old stuff, it might work now

This commit is contained in:
2023-09-04 17:00:48 +01:00
parent 554e645f92
commit b6e7c870a7
11 changed files with 480 additions and 33 deletions
@@ -62,7 +62,7 @@ impl MigrationTrait for Migration {
.if_not_exists()
.col(
ColumnDef::new(Expenditure::TransactionId)
.integer()
.string()
.not_null(),
)
.col(ColumnDef::new(Expenditure::Category).string().not_null())