4 lines
No EOL
108 B
SQL
4 lines
No EOL
108 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE tickets;
|
|
DROP TABLE users;
|
|
DROP TYPE ticket_status; |