Add tags to model
This commit is contained in:
parent
870ea05911
commit
e29aab0b9d
2 changed files with 19 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ func GetDatabase() (*gorm.DB, error) {
|
|||
&models.ListItem{},
|
||||
&models.Field{},
|
||||
&models.FieldValue{},
|
||||
&models.Tag{},
|
||||
&models.PersonTag{},
|
||||
)
|
||||
if err != nil {
|
||||
return database, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue