Core/PacketIO: Updated to 12.1.0
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `playerchoice`
|
||||
ADD COLUMN `ShowChoicesAsGrid` tinyint(1) NOT NULL DEFAULT 0 AFTER `RequiresSelection`,
|
||||
ADD COLUMN `HideAnswerArt` tinyint(1) NOT NULL DEFAULT 0 AFTER `ShowChoicesAsGrid`,
|
||||
ADD COLUMN `ShowChoicesAsColumns` tinyint(1) NOT NULL DEFAULT 0 AFTER `HideAnswerArt`;
|
||||
Reference in New Issue
Block a user