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