Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d79a497

Browse files
committed
Move ethereum-master migrations aside for hotfix migration026 in master
1 parent c2c89b3 commit d79a497

18 files changed

+2615
-2608
lines changed

repo/migration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ var (
4646
migrations.Migration023{},
4747
migrations.Migration024{},
4848
migrations.Migration025{},
49-
migrations.Migration026{},
5049
migrations.Migration027{},
5150
migrations.Migration028{},
5251
migrations.Migration029{},
5352
migrations.Migration030{},
5453
migrations.Migration031{},
54+
migrations.Migration032{},
5555
}
5656
)
5757

repo/migrations/Migration025_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package migrations
22

33
import (
4-
"github.com/OpenBazaar/openbazaar-go/schema"
54
"testing"
5+
6+
"github.com/OpenBazaar/openbazaar-go/schema"
67
)
78

89
func TestMigration025(t *testing.T) {

repo/migrations/Migration026.go

Lines changed: 0 additions & 95 deletions
This file was deleted.

repo/migrations/Migration026_test.go

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)