mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-16 17:27:29 -06:00
moar work
This commit is contained in:
parent
1710158b39
commit
d1ca4a1219
5 changed files with 120 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue