feat:#65 adjusted missing changes backend migration

This commit is contained in:
Elmar Kresse
2025-04-20 14:18:00 +02:00
parent c695eb6a1e
commit 07f9589ea4
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
package model
import (
"github.com/pocketbase/pocketbase/models"
"github.com/pocketbase/pocketbase/core"
"slices"
"sort"
"strings"
@ -69,7 +69,7 @@ type Event struct {
BookedAt string `db:"BookedAt" json:"bookedAt"`
Course string `db:"course" json:"course"`
Semester string `db:"semester" json:"semester"`
models.BaseModel
core.BaseModel
}
type EventType struct {