mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01: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;
|
|
|