Add IF EXISTS to down.sql migratinos

This commit is contained in:
Matt Aaron 2026-04-18 14:08:22 -04:00
parent b3b47eb352
commit f879f12642
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DROP TABLE archives;
DROP TABLE IF EXISTS archives;

View file

@ -1 +1 @@
DROP TABLE archives;
DROP TABLE IF EXISTS archives;

View file

@ -1 +1 @@
DROP TABLE archives;
DROP TABLE IF EXISTS archives;