mirror of
https://github.com/mangosfour/server.git
synced 2026-01-31 16:37:08 +00:00
[6976] Changed the db_version fields in realmd and characters databases to revision number format
This commit is contained in:
parent
c5976f93da
commit
75b1db8cd0
6 changed files with 9 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DROP TABLE IF EXISTS `realmd_db_version`;
|
||||
CREATE TABLE `realmd_db_version` (
|
||||
`required_2008_11_07_04_realmd_account` bit(1) default NULL
|
||||
`required_6976_01_realmd_realmd_db_version` bit(1) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
|
||||
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue