From 3028a45fa7760c618e4a1c7fa8532f759fb18d04 Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Thu, 20 May 2021 15:21:35 +0200 Subject: [PATCH] API 1.0.41+2 customer_training_plan details fix --- data/db/update_1_0_41.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/db/update_1_0_41.sql b/data/db/update_1_0_41.sql index 1b724e8..553ed31 100644 --- a/data/db/update_1_0_41.sql +++ b/data/db/update_1_0_41.sql @@ -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