API 1.0.41+2 customer_training_plan details fix
This commit is contained in:
parent
d02f6bd1f7
commit
3028a45fa7
@ -25,7 +25,7 @@ CREATE TABLE `customer_training_plan_details` (
|
|||||||
`set` INT(11) NOT NULL,
|
`set` INT(11) NOT NULL,
|
||||||
`repeats` INT(11) NOT NULL,
|
`repeats` INT(11) NOT NULL,
|
||||||
`weight` DOUBLE NOT NULL DEFAULT '0',
|
`weight` DOUBLE NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`customer_training_plan_detail_id`) USING BTREE
|
PRIMARY KEY (`customer_training_plan_details_id`) USING BTREE
|
||||||
)
|
)
|
||||||
COLLATE='utf8_hungarian_ci'
|
COLLATE='utf8_hungarian_ci'
|
||||||
ENGINE=InnoDB
|
ENGINE=InnoDB
|
||||||
|
Loading…
Reference in New Issue
Block a user