feat:#65 adjusted missing changes backend migration

This commit is contained in:
Elmar Kresse
2025-04-20 15:46:43 +02:00
parent 07f9589ea4
commit 42f5856870
24 changed files with 1348 additions and 3673 deletions

View File

@@ -1,7 +1,7 @@
package model
import (
"github.com/pocketbase/pocketbase/models"
"github.com/pocketbase/pocketbase/core"
"github.com/pocketbase/pocketbase/tools/types"
"testing"
)
@@ -10,7 +10,7 @@ func TestFeedSetModules(t *testing.T) {
type fields struct {
Modules string
Retrieved types.DateTime
BaseModel models.BaseModel
BaseModel core.BaseModel
}
type args struct {
modules string
@@ -25,7 +25,7 @@ func TestFeedSetModules(t *testing.T) {
fields: fields{
Modules: "",
Retrieved: types.DateTime{},
BaseModel: models.BaseModel{},
BaseModel: core.BaseModel{},
},
args: args{
modules: "modules",