Skip to content

Commit

Permalink
[m2424] sync'd realmd version with other cores
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Jun 28, 2013
1 parent 6511f62 commit 0066d47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sql/realmd.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

DROP TABLE IF EXISTS `realmd_db_version`;
CREATE TABLE `realmd_db_version` (
`required_10008_01_realmd_realmd_db_version` bit(1) default NULL
`required_c12484_02_realmd_account_access` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';

--
Expand Down
1 change: 1 addition & 0 deletions sql/updates/z2424_sxxxx_xxxxx_01_realm_db_version.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE realmd_db_version CHANGE COLUMN required_10008_01_realmd_realmd_db_version required_c12484_02_realmd_account_access BIT;
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "2423"
#define REVISION_NR "2424"
#endif // __REVISION_NR_H__
2 changes: 1 addition & 1 deletion src/shared/revision_sql.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_z1794_s1350_11716_09_characters_auction"
#define REVISION_DB_MANGOS "required_r2420_01_mangos_spell_linked"
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
#define REVISION_DB_REALMD "required_c12484_02_realmd_account_access"
#endif // __REVISION_SQL_H__

0 comments on commit 0066d47

Please sign in to comment.