SQL changes for quirks (#28956)

* Put it over here

* wrong

* over here as well

* Fixes it actually this time
This commit is contained in:
BiancaWilkson
2025-05-04 08:22:48 -04:00
committed by GitHub
parent b5fa9dda9f
commit d5ec3cdb72
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -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`;