forked from External/ergo
have travis enforce gofmt, #253
This commit is contained in:
parent
8f22d5ffd8
commit
43b90f2a85
3 changed files with 13 additions and 2 deletions
|
|
@ -282,12 +282,12 @@ func schemaChangeV2ToV3(config *Config, tx *buntdb.Tx) error {
|
|||
|
||||
func init() {
|
||||
allChanges := []SchemaChange{
|
||||
SchemaChange{
|
||||
{
|
||||
InitialVersion: "1",
|
||||
TargetVersion: "2",
|
||||
Changer: schemaChangeV1toV2,
|
||||
},
|
||||
SchemaChange{
|
||||
{
|
||||
InitialVersion: "2",
|
||||
TargetVersion: "3",
|
||||
Changer: schemaChangeV2ToV3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue