Remove column drop

This commit is contained in:
jude
2026-05-21 20:15:43 +01:00
parent f1e0a7cdf8
commit 05c7b9151c
3 changed files with 2 additions and 6 deletions
@@ -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;