API 1.0.35+2 tutorial_step condition as JSON
This commit is contained in:
+2
-6
@@ -1394,14 +1394,10 @@ CREATE TABLE `tutorial_steps` (
|
||||
`tutorial_id` INT(11) NOT NULL DEFAULT '0',
|
||||
`step` INT(3) NOT NULL DEFAULT '0',
|
||||
`tutorial_text` TEXT NOT NULL COLLATE 'utf8_hungarian_ci',
|
||||
`error_text` TEXT NULL DEFAULT NULL COLLATE 'utf8_hungarian_ci',
|
||||
`check_text` CHAR(50) NULL DEFAULT NULL COLLATE 'utf8_hungarian_ci',
|
||||
`condition` CHAR(50) NULL DEFAULT NULL COLLATE 'utf8_hungarian_ci',
|
||||
`parent` INT(3) NOT NULL DEFAULT '0',
|
||||
`action` TINYINT NULL DEFAULT '0',
|
||||
`condition` TEXT NULL DEFAULT NULL COLLATE 'utf8_hungarian_ci',
|
||||
PRIMARY KEY (`tutorial_step_id`) USING BTREE,
|
||||
INDEX `tutorial_id` (`tutorial_id`) USING BTREE,
|
||||
INDEX `parent` (`parent`) USING BTREE
|
||||
INDEX `tutorial_id` (`tutorial_id`) USING BTREE
|
||||
)
|
||||
COLLATE='utf8_hungarian_ci'
|
||||
ENGINE=InnoDB
|
||||
|
||||
Reference in New Issue
Block a user