We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0396e5 commit d35eb22Copy full SHA for d35eb22
models/migrations/migrations.go
@@ -280,7 +280,7 @@ var migrations = []Migration{
280
// v166 -> v167
281
NewMigration("Where Password is Valid with Empty String delete it", recalculateUserEmptyPWD),
282
// v167 -> v168
283
- NewMigration("Where Password is Valid with Empty String delete it", recalculateUserEmptyPWD),
+ NewMigration("Add time_id column to Comment", addTimeIDCommentColumn),
284
}
285
286
// GetCurrentDBVersion returns the current db version
0 commit comments