what2watch/migrations/20240116054253_stars_and_credits.down.sql
2024-01-27 17:20:47 -08:00

2 lines
75 B
SQL

drop table if exists credits; -- must be first
drop table if exists stars;