Move edu migration forward
This commit is contained in:
parent
42574ca847
commit
9a9ab97c27
|
@ -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 {
|
Reference in New Issue