Skip to content

Commit d35eb22

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ var migrations = []Migration{
280280
// v166 -> v167
281281
NewMigration("Where Password is Valid with Empty String delete it", recalculateUserEmptyPWD),
282282
// v167 -> v168
283-
NewMigration("Where Password is Valid with Empty String delete it", recalculateUserEmptyPWD),
283+
NewMigration("Add time_id column to Comment", addTimeIDCommentColumn),
284284
}
285285

286286
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)