mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
first commit
This commit is contained in:
4
migrations/2025-03-16-110640_url_entry/down.sql
Normal file
4
migrations/2025-03-16-110640_url_entry/down.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TRIGGER url_update_at_trigger;
|
||||
|
||||
DROP TABLE url;
|
||||
Reference in New Issue
Block a user