Skip to content

Commit 5257e1d

Browse files
committed
reverted incompatible changes of commit "fix invalid sql statements" (b122c54)
1 parent 0c3ab9a commit 5257e1d

File tree

1 file changed

+2
-2
lines changed
  • conf/evolutions/default

1 file changed

+2
-2
lines changed

conf/evolutions/default/8.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ create unique index suggested_solr_field_name_solr_index on suggested_solr_field
1010

1111
# --- !Downs
1212

13-
drop index solr_index_field_name on solr_index;
14-
drop index suggested_solr_field_name_solr_index on suggested_solr_field;
13+
drop index solr_index_field_name
14+
drop index suggested_solr_field_name_solr_index;

0 commit comments

Comments
 (0)