Skip to content

Commit

Permalink
fix: migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
litsynp committed Feb 16, 2024
1 parent 873f9d9 commit 9dfc7c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/migrations/000008_create_posts_table.down.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DROP TABLE IF EXISTS sos_posts;
DROP TABLE IF EXISTS resource_media;

DROP TABLE IF EXISTS sos_conditions;
DROP TABLE IF EXISTS sos_posts_pets;

DROP TABLE IF EXISTS sos_posts_conditions;

DROP TABLE IF EXISTS sos_posts_pets;
DROP TABLE IF EXISTS sos_conditions;

DROP TABLE IF EXISTS resource_media;
DROP TABLE IF EXISTS sos_posts;

0 comments on commit 9dfc7c7

Please sign in to comment.