diff --git a/pkg/models/models.go b/pkg/models/models.go index de2901a352e..c94c6c7acf2 100644 --- a/pkg/models/models.go +++ b/pkg/models/models.go @@ -20,7 +20,6 @@ import ( "code.vikunja.io/api/pkg/config" "code.vikunja.io/api/pkg/db" "code.vikunja.io/api/pkg/log" - "code.vikunja.io/api/pkg/user" _ "github.com/go-sql-driver/mysql" // Because. "github.com/go-xorm/xorm" @@ -34,7 +33,6 @@ var ( // GetTables returns all structs which are also a table. func GetTables() []interface{} { return []interface{}{ - &user.User{}, &List{}, &Task{}, &Team{},