We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093d625 commit 36e7198Copy full SHA for 36e7198
message_acars.go
@@ -23,7 +23,7 @@ type ACARSMessage struct {
23
gorm.Model
24
ProcessingStartedAt time.Time
25
ProcessingFinishedAt time.Time
26
- Processed bool
+ Processed bool `gorm:"index"`
27
28
// The rest of the struct is the actual message from ACARSHub
29
FrequencyMHz float64 `json:"freq" ap:"FrequencyMHz"`
message_vdlm2.go
@@ -26,7 +26,7 @@ type VDLM2Message struct {
30
31
VDL2 struct {
32
App struct {
0 commit comments