Files
url-shortener/migrations/2025-03-16-110640_url_entry/down.sql
Elias Renman c39af75112 first commit
2025-03-16 21:54:32 +01:00

5 lines
99 B
SQL

-- This file should undo anything in `up.sql`
DROP TRIGGER url_update_at_trigger;
DROP TABLE url;