Skip to content
Snippets Groups Projects
Commit d4c1ac10 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

copy paste issue fixed

parent bcd9f8d6
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!472Resolve "Implement Hibernate naming strategy"
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment