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/base | |
parent | ff4b0dd815fb6d0e94aa10f803e1c3b7a73bea62 (diff) |
Core: Set The War Within as current expansion
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/auth_database.sql | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 0181c6dce47..261d314eb2b 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -40,7 +40,7 @@ CREATE TABLE `account` ( `lock_country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '00', `last_login` timestamp NULL DEFAULT NULL, `online` tinyint unsigned NOT NULL DEFAULT '0', - `expansion` tinyint unsigned NOT NULL DEFAULT '9', + `expansion` tinyint unsigned NOT NULL DEFAULT '10', `mutetime` bigint NOT NULL DEFAULT '0', `mutereason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `muteby` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', @@ -2877,7 +2877,8 @@ INSERT INTO `updates` VALUES ('2024_08_18_00_auth.sql','5C1D0A3FE0245F4030FE446288AE533556EC6C9E','RELEASED','2024-08-17 23:01:21',0), ('2024_08_21_00_auth.sql','6F2844107F0501E7631C8196CC04E75853381319','RELEASED','2024-08-21 15:25:46',0), ('2024_08_22_00_auth.sql','D5466F5E9D1475323ED90553361D7F7B4CF83BF7','RELEASED','2024-08-22 23:35:36',0), -('2024_08_23_00_auth.sql','A591DA576EAEA3F48AB9E8269A2E4071B2C3C930','RELEASED','2024-08-23 17:35:52',0); +('2024_08_23_00_auth.sql','A591DA576EAEA3F48AB9E8269A2E4071B2C3C930','RELEASED','2024-08-23 17:35:52',0), +('2024_08_23_01_auth.sql','1ABD54E76B2D6712BF3DE06DD60A18C38BCF9CF1','RELEASED','2024-08-23 19:59:36',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |