mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 11:43:18 -04:00
5 lines
104 B
SQL
5 lines
104 B
SQL
-- Set the correct engine
|
|
ALTER TABLE `bugreport` ENGINE=InnoDB;
|
|
ALTER TABLE `channels` ENGINE=InnoDB;
|
|
|