1
0

feat(views)!: move done and default bucket setting to view

This commit is contained in:
kolaente
2024-03-15 11:27:31 +01:00
parent 006f932dc4
commit 9cf84646a1
6 changed files with 177 additions and 15 deletions

View File

@ -63,6 +63,8 @@ func GetTables() []interface{} {
&Webhook{},
&Reaction{},
&ProjectView{},
&TaskPosition{},
&TaskBucket{},
}
}