diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7938_01_realmd_account.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/7938_01_realmd_account.sql b/sql/updates/7938_01_realmd_account.sql new file mode 100644 index 00000000000..e0658b68cd4 --- /dev/null +++ b/sql/updates/7938_01_realmd_account.sql @@ -0,0 +1,4 @@ +ALTER TABLE realmd_db_version CHANGE COLUMN required_7867_01_realmd_account required_7938_01_realmd_account bit; + +ALTER TABLE account + CHANGE id id int(11) unsigned NOT NULL auto_increment COMMENT 'Identifier';
\ No newline at end of file |
