Re-date a migration because sadness

This commit is contained in:
Ben Visness 2024-06-20 18:17:07 -05:00
parent 04bc4e5035
commit 06781b3b16
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func init() {
type AddFollower struct{}
func (m AddFollower) Version() types.MigrationVersion {
return types.MigrationVersion(time.Date(2024, 5, 16, 19, 41, 34, 0, time.UTC))
return types.MigrationVersion(time.Date(2024, 6, 20, 19, 41, 34, 0, time.UTC))
}
func (m AddFollower) Name() string {