Merge branch 'tibor' into 'master'

API 1.0.41+2 customer_training_plan details fix

See merge request bossanyit/aitrainer_server!63
This commit is contained in:
Bossányi Tibor 2021-05-20 13:22:10 +00:00
commit 3ba9d28d24

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