mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-17 04:26:05 +01:00
5 lines
101 B
SQL
5 lines
101 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TRIGGER urls_update_at_trigger;
|
|
|
|
DROP TABLE urls;
|