Skip to content

Commit

Permalink
psql/migrations: fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Dec 26, 2016
1 parent 7d3d186 commit 9338f28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "github.com/remind101/migrate"

func init() {
RegisterMigration(migrate.Migration{
ID: 4,
ID: 5,
Up: migrate.Queries([]string{
`CREATE INDEX layer_diff_featureversion_layer_id_modification_idx ON Layer_diff_FeatureVersion (layer_id, modification);`,
}),
Expand Down

0 comments on commit 9338f28

Please sign in to comment.