diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-12-17 13:36:29 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-12-17 13:36:29 +0100 |
| commit | caad5c36bda0b348e30f21981a29adbc2fc059e4 (patch) | |
| tree | 63d0b24541bc83473a86f7339d64a14225be545f /sql/updates/auth | |
| parent | 13ab33f5b5afd1b8f801c8f8cab5820e35ea9c0a (diff) | |
Core/Misc: Updated default expansion to 9
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2022_12_17_01_auth.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_12_17_01_auth.sql b/sql/updates/auth/master/2022_12_17_01_auth.sql new file mode 100644 index 00000000000..23ce1b5b4f9 --- /dev/null +++ b/sql/updates/auth/master/2022_12_17_01_auth.sql @@ -0,0 +1 @@ +ALTER TABLE `account` MODIFY `expansion` tinyint unsigned NOT NULL DEFAULT '9'; |
