Remove column drop
This commit is contained in:
@@ -10,8 +10,4 @@ DROP TABLE IF EXISTS macro;
|
||||
DROP TABLE IF EXISTS roles;
|
||||
DROP TABLE IF EXISTS command_restrictions;
|
||||
|
||||
-- Drop columns from channels that are no longer used
|
||||
ALTER TABLE channels DROP COLUMN `name`;
|
||||
ALTER TABLE channels DROP COLUMN `blacklisted`;
|
||||
|
||||
SET foreign_key_checks = 1;
|
||||
|
||||
Reference in New Issue
Block a user