Files
gochat/migrations/000016_add_channel_twitter_microsoft_google.down.sql
T
2026-06-04 15:44:48 +08:00

4 lines
118 B
SQL

DROP TABLE IF EXISTS channel_googles;
DROP TABLE IF EXISTS channel_microsofts;
DROP TABLE IF EXISTS channel_twitters;