Add tags to model

This commit is contained in:
William Bouzourène 2025-09-20 10:32:04 +02:00
parent 870ea05911
commit e29aab0b9d
Signed by: bouzoure
GPG key ID: 423440D735B56BE2
2 changed files with 19 additions and 0 deletions

View file

@ -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