From ffebe1a8321e8803b2be1f37a6cc72668d135fd8 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 23 Aug 2024 20:03:12 +0200 Subject: Core: Set The War Within as current expansion --- sql/updates/auth/master/2024_08_23_01_auth.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/auth/master/2024_08_23_01_auth.sql (limited to 'sql/updates/auth') 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; -- cgit v1.2.3