Files
url-shortener/migrations/2025-03-16-110640_url_entry/down.sql
2025-03-16 23:42:00 +01:00

5 lines
101 B
SQL

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