diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-08-23 20:03:12 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-08-23 20:03:12 +0200 |
| commit | ffebe1a8321e8803b2be1f37a6cc72668d135fd8 (patch) | |
| tree | 85fb29f675fdc085b73acb2d6fc8e526003e4a0d /sql/updates | |
| parent | ff4b0dd815fb6d0e94aa10f803e1c3b7a73bea62 (diff) | |
Core: Set The War Within as current expansion
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/auth/master/2024_08_23_01_auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_23_01_auth.sql b/sql/updates/auth/master/2024_08_23_01_auth.sql new file mode 100644 index 00000000000..da703936511 --- /dev/null +++ b/sql/updates/auth/master/2024_08_23_01_auth.sql @@ -0,0 +1,3 @@ +ALTER TABLE `account` MODIFY `expansion` tinyint unsigned NOT NULL DEFAULT 10; + +UPDATE `account` SET `expansion`=10 WHERE `expansion`=9; |
