diff --git a/CHANGELOG b/CHANGELOG
index d1c4b7ca62b6b52906c0389492c811201563c9bf..9c1b2a76c031bd97ad942aea535d64fe470462b7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+minerva (12.0.0~alpha.1) unstable; urgency=medium
+  * Feature: reordering of data overlays is supported
+  * Bug fix: db script fixed
+
+ -- Piotr Gawron <piotr.gawron@uni.lu>  Tue, 12 Mar 2018 15:00:00 +0200
+
 minerva (12.0.0~alpha.0) unstable; urgency=medium
   * Feature: support for STRING, STITCH, KEGG, CAZy, BRENDA  annotators
   * Feature: annotations contain info about source (there is difference
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';