Skip to content

Commit

Permalink
fix syntax in mysql upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Apr 27, 2020
1 parent 9ae8d2c commit 5a1f294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
drop index nflow_archive_workflow_uniq;
alter table nflow_archive_workflow drop constraint nflow_archive_workflow_uniq;

create index idx_workflow_archive_type on nflow_archive_workflow(type);

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
drop index nflow_archive_workflow_uniq;
alter table nflow_archive_workflow drop constraint nflow_archive_workflow_uniq;

create index idx_workflow_archive_type on nflow_archive_workflow(type);

Expand Down

0 comments on commit 5a1f294

Please sign in to comment.