aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-02 17:42:28 -0500
committermegamage <none@none>2009-06-02 17:42:28 -0500
commit58d910d191250748ef08e34b7a6de357d56d0197 (patch)
tree7487534161daa17715caf1826687905a0b159838 /sql/updates
parentaa7a91ce90be522adb257200654762678ad5e0b0 (diff)
[7938] Use same type for account ids in different tables related to used in code uint32 type for it. Author: charlie2025
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7938_01_realmd_account.sql4
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