Move edu migration forward

This commit is contained in:
Ben Visness 2022-09-10 10:42:37 -05:00
parent 42574ca847
commit 9a9ab97c27
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func init() {
type AddEducationResources struct{}
func (m AddEducationResources) Version() types.MigrationVersion {
return types.MigrationVersion(time.Date(2022, 6, 23, 3, 27, 52, 0, time.UTC))
return types.MigrationVersion(time.Date(2022, 9, 10, 0, 0, 0, 0, time.UTC))
}
func (m AddEducationResources) Name() string {