Skip to content

Commit

Permalink
Merge pull request #153 from querqy/fix/evolution_8.sql
Browse files Browse the repository at this point in the history
Fix 8.sql evolution
  • Loading branch information
dobestler authored Apr 23, 2024
2 parents ef8bc37 + b122c54 commit 0c3ab9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/evolutions/default/8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ create unique index suggested_solr_field_name_solr_index on suggested_solr_field

# --- !Downs

drop index solr_index_field_name
drop index suggested_solr_field_name_solr_index;
drop index solr_index_field_name on solr_index;
drop index suggested_solr_field_name_solr_index on suggested_solr_field;

0 comments on commit 0c3ab9a

Please sign in to comment.