Files
silo-server/migrations/071_watch_together_suggestions.down.sql
T

5 lines
184 B
SQL

DROP INDEX IF EXISTS idx_wt_votes_suggestion;
DROP INDEX IF EXISTS idx_wt_suggestions_room;
DROP TABLE IF EXISTS watch_together_votes;
DROP TABLE IF EXISTS watch_together_suggestions;