discord-rusty-bot/rusty-bot-database/migrations/2022-03-12-100614_create_ta.../down.sql

14 lines
222 B
SQL

-- This file should undo anything in `up.sql`
drop table if exists music_info;
drop table if exists music_session_list;
drop table if exists music;
drop table if exists music_session;
drop table if exists settings;