mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
90a2e23a97
--HG-- branch : trunk
5 lines
104 B
SQL
5 lines
104 B
SQL
-- Set the correct engine
|
|
ALTER TABLE `bugreport` ENGINE=InnoDB;
|
|
ALTER TABLE `channels` ENGINE=InnoDB;
|
|
|