Skip to content

Commit 0c3ab9a

Browse files
authored
Merge pull request #153 from querqy/fix/evolution_8.sql
Fix 8.sql evolution
2 parents ef8bc37 + b122c54 commit 0c3ab9a

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
14-
drop index suggested_solr_field_name_solr_index;
13+
drop index solr_index_field_name on solr_index;
14+
drop index suggested_solr_field_name_solr_index on suggested_solr_field;

0 commit comments

Comments
 (0)