mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
5 lines
111 B
SQL
5 lines
111 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TRIGGER IF EXISTS urls_update_at_trigger;
|
|
|
|
DROP TABLE urls;
|