1
0

feat(views): add new model and migration

This commit is contained in:
kolaente
2024-03-13 23:16:08 +01:00
parent 091e03a39d
commit 6bdb33fb46
4 changed files with 162 additions and 1 deletions

View File

@ -62,6 +62,7 @@ func GetTables() []interface{} {
&TypesenseSync{},
&Webhook{},
&Reaction{},
&ProjectView{},
}
}