Files
2025-03-20 10:09:57 +01:00

5 lines
111 B
SQL

-- This file should undo anything in `up.sql`
DROP TRIGGER IF EXISTS urls_update_at_trigger;
DROP TABLE urls;