blogrss/migrations/0001_add_user.down.sql
Louis Hollingworth f671a5ba2f
User creation now possible!
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
2024-01-14 16:49:36 +00:00

3 lines
54 B
SQL

-- Add down migration script here
DROP TABLE "users";