aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorRealLushen <53633753+RealLushen@users.noreply.github.com>2020-12-12 23:13:07 +0100
committerShauren <shauren.trinity@gmail.com>2020-12-23 00:04:43 +0100
commit01af07c20bb1122408fd229b6149a35f4c1a8b13 (patch)
tree476963a8cc572d0819bf2164d6766a805d1b9099 /sql/updates/auth
parentc8228392ea19e35ed7f21b1cbf21043d2d8a5320 (diff)
DB/Auth: Corrected expansion NOT NULL DEFAULT to 8 (Shadowlands)
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2020_12_22_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_12_22_00_auth.sql b/sql/updates/auth/master/2020_12_22_00_auth.sql
new file mode 100644
index 00000000000..f60d40c31f0
--- /dev/null
+++ b/sql/updates/auth/master/2020_12_22_00_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `account` CHANGE `expansion` `expansion` tinyint(3) unsigned NOT NULL DEFAULT '8';