You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

drop.sql 295B

12345678910
  1. DROP INDEX IF EXISTS index_user_id_channel_id;
  2. DROP TABLE IF EXISTS user_channel;
  3. DROP INDEX IF EXISTS index_channel_name;
  4. DROP INDEX IF EXISTS index_channel_id;
  5. DROP TABLE IF EXISTS channel;
  6. DROP INDEX IF EXISTS index_user_nick;
  7. DROP INDEX IF EXISTS index_user_id;
  8. DROP TABLE IF EXISTS user;