Initial version of education content #90

Merged
bvisness merged 23 commits from education into master 2022-09-10 16:29:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9a9ab97c27 - Show all commits

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 {