diff options
| author | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-23 14:45:48 -0700 |
|---|---|---|
| committer | Emma Terzioglu <emreterzioglu49@gmail.com> | 2026-03-23 14:45:48 -0700 |
| commit | 69818f00778506691855a06ebd9521cc47f0f2e9 (patch) | |
| tree | 3273adacd1bbdb58ed325c0bbeb3075980d15873 | |
| parent | 3782444b543b77e419c56e3d811be29bf922d300 (diff) | |
remove blank migrations
| -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 |
