diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | migrations/20260305_2597a8_down_ae79e1.sql | 0 | ||||
| -rw-r--r-- | migrations/20260305_2597a8_up_ae79e1.sql | 0 |
3 files changed, 1 insertions, 0 deletions
@@ -7,3 +7,4 @@ __pycache__/ .env* !.env.template +pg_data diff --git a/migrations/20260305_2597a8_down_ae79e1.sql b/migrations/20260305_2597a8_down_ae79e1.sql deleted file mode 100644 index e69de29..0000000 --- a/migrations/20260305_2597a8_down_ae79e1.sql +++ /dev/null diff --git a/migrations/20260305_2597a8_up_ae79e1.sql b/migrations/20260305_2597a8_up_ae79e1.sql deleted file mode 100644 index e69de29..0000000 --- a/migrations/20260305_2597a8_up_ae79e1.sql +++ /dev/null |
