Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger5226 committed May 1, 2020
1 parent 94f010e commit b2e5b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migration/023_sdhash_index.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-- +migrate Up

-- +migrate StatementBegin
ALTER TABLE `chainquery`.`claim`
ADD INDEX `Idx_sdhash` (`sd_hash` ASC);
ALTER TABLE claim ADD INDEX (sd_hash ASC);
-- +migrate StatementEnd

0 comments on commit b2e5b6c

Please sign in to comment.