File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ type Version struct {
59
59
Version int64
60
60
}
61
61
62
- func emptyMigtation (x * xorm.Engine ) error {
62
+ func emptyMigration (x * xorm.Engine ) error {
63
63
return nil
64
64
}
65
65
@@ -137,11 +137,11 @@ var migrations = []Migration{
137
137
// v41 -> v42
138
138
NewMigration ("remove duplicate unit types" , removeDuplicateUnitTypes ),
139
139
// v42 -> v43
140
- NewMigration ("empty step" , emptyMigtation ),
140
+ NewMigration ("empty step" , emptyMigration ),
141
141
// v43 -> v44
142
- NewMigration ("empty step" , emptyMigtation ),
142
+ NewMigration ("empty step" , emptyMigration ),
143
143
// v44 -> v45
144
- NewMigration ("empty step" , emptyMigtation ),
144
+ NewMigration ("empty step" , emptyMigration ),
145
145
// v45 -> v46
146
146
NewMigration ("remove index column from repo_unit table" , removeIndexColumnFromRepoUnitTable ),
147
147
// v46 -> v47
You can’t perform that action at this time.
0 commit comments