From d4c1ac106a9b733c3ebdb27b965ff63587eb0d68 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 22 Oct 2018 16:11:05 +0200 Subject: [PATCH] copy paste issue fixed --- .../12.2.0~alpha.0/V12.2.0.20181018__table_naming_strategy.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/persist/src/main/resources/db/migration/12.2.0~alpha.0/V12.2.0.20181018__table_naming_strategy.sql b/persist/src/main/resources/db/migration/12.2.0~alpha.0/V12.2.0.20181018__table_naming_strategy.sql index 023ad17329..0f05e6aeb8 100644 --- a/persist/src/main/resources/db/migration/12.2.0~alpha.0/V12.2.0.20181018__table_naming_strategy.sql +++ b/persist/src/main/resources/db/migration/12.2.0~alpha.0/V12.2.0.20181018__table_naming_strategy.sql @@ -197,7 +197,6 @@ alter table reaction_table rename lowerbound to lower_bound; alter table reaction_table rename mechanicalconfidencescore to mechanical_confidence_score; alter table reaction_table rename upperbound to upper_bound; alter table reaction_table rename visibilitylevel to visibility_level; -alter table reaction_table rename transparencylevel to transparency_level; -- rename node_table alter table node_table rename iddb to id; -- GitLab