moar work

This commit is contained in:
tsmethurst 2021-04-04 23:17:10 +02:00
commit d1ca4a1219
5 changed files with 120 additions and 40 deletions

View file

@ -87,6 +87,9 @@ func (m *statusModule) CreateTables(db db.DB) error {
&model.Application{},
&model.EmailDomainBlock{},
&model.MediaAttachment{},
&model.Emoji{},
&model.Tag{},
&model.Mention{},
}
for _, m := range models {