howmuch/migrations/20241005120725_create_admin_table.postgres.down.sql

3 lines
68 B
MySQL
Raw Permalink Normal View History

2024-10-05 12:12:55 +00:00
DROP TABLE IF EXISTS "admin";
DROP SEQUENCE IF EXISTS admin_id_seq;