diff --git a/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190124__annotation_paramteres_refactor.sql b/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190124__annotation_paramteres_refactor.sql
index c54fc9a12d69291a8cc03a7630903a7b2f94436b..37ecd83b1db5bffb0981d1936e713720fd8e1c63 100644
--- a/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190124__annotation_paramteres_refactor.sql
+++ b/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190124__annotation_paramteres_refactor.sql
@@ -1,3 +1,2 @@
---create font color
 update user_annotators_param_table set param_name = 'KEGG_ORGANISM_IDENTIFIER' where param_name='KEGG organism identifier';
 alter table user_annotators_param_table rename column param_name to parameter_type;
diff --git a/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190125__element_synonyms_is_longer.sql b/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190125__element_synonyms_is_longer.sql
new file mode 100644
index 0000000000000000000000000000000000000000..bcdaea0a5896cd47cb768330118cb520ca2e342b
--- /dev/null
+++ b/persist/src/main/resources/db/migration/12.3.0~alpha.0/V12.3.0.20190125__element_synonyms_is_longer.sql
@@ -0,0 +1 @@
+alter table element_synonyms alter synonym type varchar(512);