Skip to content

Commit

Permalink
reverted incompatible changes of commit "fix invalid sql statements" (b…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbartusch committed May 12, 2024
1 parent 0c3ab9a commit 5257e1d
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 on solr_index;
drop index suggested_solr_field_name_solr_index on suggested_solr_field;
drop index solr_index_field_name
drop index suggested_solr_field_name_solr_index;

0 comments on commit 5257e1d

Please sign in to comment.