mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Fixes rank being a reserved SQL keyword (#15661)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Updating DB from 21-22, -AffectedArc07
|
||||
# Changes `rank` to `admin_rank` to remove use of reserved keyword
|
||||
|
||||
ALTER TABLE `admin` CHANGE COLUMN `rank` `admin_rank` VARCHAR(32) NOT NULL DEFAULT 'Administrator' COLLATE 'utf8mb4_unicode_ci' AFTER `ckey`;
|
||||
Reference in New Issue
Block a user