dependencies + new index #6

Merged
paulbsd merged 2 commits from develop into master 2024-05-30 09:12:55 +02:00
Showing only changes of commit eb9bdf35cd - Show all commits

View File

@ -32,7 +32,7 @@ type Event struct {
Src *Src `xorm:"int src_id index"` Src *Src `xorm:"int src_id index"`
Host *Host `xorm:"int host_id index"` Host *Host `xorm:"int host_id index"`
IP *IP `xorm:"int ip_id index"` IP *IP `xorm:"int ip_id index"`
Created time.Time `xorm:"created notnull"` Created time.Time `xorm:"created notnull index"`
} }
type APIEvent struct { type APIEvent struct {