diff --git a/persist/src/db/12.0.0~alpha.0/fix_db_20180125.sql b/persist/src/db/12.0.0~alpha.0/fix_db_20180125.sql index 9be36abf2fdb54f2a6d8aaea885d9c0af10fa4ee..0f948c5c01021b2bbcef30f9212f066122407f56 100644 --- a/persist/src/db/12.0.0~alpha.0/fix_db_20180125.sql +++ b/persist/src/db/12.0.0~alpha.0/fix_db_20180125.sql @@ -1,5 +1,5 @@ DELETE FROM cache_type WHERE classname = 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator'; INSERT INTO cache_type(validity, classname) VALUES (365, 'lcsb.mapviewer.annotation.services.annotators.KeggAnnotator'); -UPDATE class_annotator_annotators_table SET annotator_name = 'TAIR' WHERE annotator_name = 'TAIR Locus' +UPDATE class_annotator_annotators_table SET annotator_name = 'TAIR' WHERE annotator_name = 'TAIR Locus';