More activity stuff
Some checks failed
/ docker (push) Failing after 2m51s

This commit is contained in:
Melody Becker 2025-05-05 17:33:34 +02:00
parent 12c9e17c4b
commit dff031397e
14 changed files with 710 additions and 253 deletions

View file

@ -0,0 +1,7 @@
package models
type Collection struct {
Id string `gorm:"primarykey"`
TargetId string
TargetType string `orm:"type:collection_target_type"`
}