Remove double user field
This commit is contained in:
parent
db2d868eed
commit
d84a160054
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ import (
|
||||||
"code.vikunja.io/api/pkg/config"
|
"code.vikunja.io/api/pkg/config"
|
||||||
"code.vikunja.io/api/pkg/db"
|
"code.vikunja.io/api/pkg/db"
|
||||||
"code.vikunja.io/api/pkg/log"
|
"code.vikunja.io/api/pkg/log"
|
||||||
"code.vikunja.io/api/pkg/user"
|
|
||||||
_ "github.com/go-sql-driver/mysql" // Because.
|
_ "github.com/go-sql-driver/mysql" // Because.
|
||||||
"github.com/go-xorm/xorm"
|
"github.com/go-xorm/xorm"
|
||||||
|
|
||||||
|
@ -34,7 +33,6 @@ var (
|
||||||
// GetTables returns all structs which are also a table.
|
// GetTables returns all structs which are also a table.
|
||||||
func GetTables() []interface{} {
|
func GetTables() []interface{} {
|
||||||
return []interface{}{
|
return []interface{}{
|
||||||
&user.User{},
|
|
||||||
&List{},
|
&List{},
|
||||||
&Task{},
|
&Task{},
|
||||||
&Team{},
|
&Team{},
|
||||||
|
|
Loading…
Reference in a new issue