mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
[8104] Always (except 2 cases) for tables in characters DB InnoDB and utf8.
This commit is contained in:
parent
2baccbebc3
commit
90800416d1
4 changed files with 17 additions and 7 deletions
8
sql/updates/8104_01_characters.sql
Normal file
8
sql/updates/8104_01_characters.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
ALTER TABLE character_db_version CHANGE COLUMN required_8098_04_characters_pet_spell required_8104_01_characters bit;
|
||||
|
||||
ALTER TABLE character_achievement ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE character_achievement_progress ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
ALTER TABLE character_declinedname ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
|
||||
ALTER TABLE character_pet_declinedname ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
|
||||
ALTER TABLE guild_eventlog ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT 'Guild Eventlog';
|
||||
|
||||
|
|
@ -239,6 +239,7 @@ pkgdata_DATA = \
|
|||
8098_02_mangos_playercreateinfo_action.sql \
|
||||
8098_03_characters_character_pet.sql \
|
||||
8098_04_characters_pet_spell.sql \
|
||||
8104_01_characters.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -458,4 +459,5 @@ EXTRA_DIST = \
|
|||
8098_02_mangos_playercreateinfo_action.sql \
|
||||
8098_03_characters_character_pet.sql \
|
||||
8098_04_characters_pet_spell.sql \
|
||||
8104_01_characters.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue