howmuch/migrations/20241005120725_create_admin_table.postgres.down.sql
2024-10-05 14:12:55 +02:00

3 lines
68 B
SQL

DROP TABLE IF EXISTS "admin";
DROP SEQUENCE IF EXISTS admin_id_seq;