(toggl-portal): Remove toggl_portal_seaql_migrations from exported tables

This commit is contained in:
2023-11-29 20:49:03 +00:00
parent 19acabd3da
commit eca0a2cd44
4 changed files with 1 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ migrate:
sea-orm-cli migrate up
generate-entity:
sea-orm-cli generate entity --with-serde both -o src/entity
sea-orm-cli generate entity --with-serde both -o src/entity --ignore-tables toggl_portal_seaql_migrations
release:
cargo build --release