Make title optional in db

This commit is contained in:
2024-06-03 17:34:08 +01:00
parent 4bb9f2813d
commit 6c5d3910dc
4 changed files with 62 additions and 1 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env just --justfile
generate-migration:
sea-orm-cli migrate generate $1
migrate:
sea-orm-cli migrate up
generate-entities:
sea-orm-cli generate entity --with-serde both \
-l -o entity/src \
--ignore-tables monzo_ingestion_seaql_migrations