aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorjoschiwald <joschiwald@online.de>2013-06-02 19:28:53 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-06-02 19:41:27 +0200
commit3e108f068026e6bc54828c2f829c728928c349c7 (patch)
tree9190a7e65f58ca8e4f2c454f36ffd2993769f08f /sql/updates/auth
parent15b055fe87b381c143341dca1686bfe0f9aef152 (diff)
DB/Autobroadcast: Update correct db struktur and auth base
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/2013_06_02_00_auth_autobroadcast.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/auth/2013_06_02_00_auth_autobroadcast.sql b/sql/updates/auth/2013_06_02_00_auth_autobroadcast.sql
new file mode 100644
index 00000000000..2e689ffd64d
--- /dev/null
+++ b/sql/updates/auth/2013_06_02_00_auth_autobroadcast.sql
@@ -0,0 +1,5 @@
+ALTER TABLE `autobroadcast`
+ CHANGE `realmid` `realmid` INT(11) NOT NULL DEFAULT '-1',
+ CHANGE `id` `id` TINYINT(3) UNSIGNED NOT NULL AUTO_INCREMENT,
+ CHANGE `weight` `weight` TINYINT(3) UNSIGNED DEFAULT '1',
+ ENGINE=INNODB;