mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 20:22:32 +00:00
5 lines
224 B
SQL
5 lines
224 B
SQL
#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`;
|