API 1.0.41+2 customer_training_plan details fix

This commit is contained in:
Bossanyi Tibor 2021-05-20 15:21:35 +02:00
parent d02f6bd1f7
commit 3028a45fa7

View File

@ -25,7 +25,7 @@ CREATE TABLE `customer_training_plan_details` (
`set` INT(11) NOT NULL,
`repeats` INT(11) NOT NULL,
`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'
ENGINE=InnoDB