Skip to content

Commit c0396e5

Browse files
committed
fixup! Merge remote-tracking branch 'origin/master' into delete-times-ui
1 parent 12ba398 commit c0396e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/migrations/migrations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ var migrations = []Migration{
282282
// v167 -> v168
283283
NewMigration("Where Password is Valid with Empty String delete it", recalculateUserEmptyPWD),
284284
}
285-
}
286285

287286
// GetCurrentDBVersion returns the current db version
288287
func GetCurrentDBVersion(x *xorm.Engine) (int64, error) {

0 commit comments

Comments
 (0)