mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
SQL changes for quirks (#28956)
* Put it over here * wrong * over here as well * Fixes it actually this time
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#Updates the DB from 66 to 67
|
||||
#Adds a column to the characters table that stores quirks in a JSON format
|
||||
ALTER TABLE `characters`
|
||||
ADD column `quirks` LONGTEXT COLLATE 'utf8mb4_unicode_ci' DEFAULT NULL AFTER `pda_ringtone`;
|
||||
Reference in New Issue
Block a user