Skip to content

Commit

Permalink
fix: add query validator automigrate model
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 15, 2024
1 parent f54e5d1 commit 6e55fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/describe/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ type Database struct {
func (db Database) Initialize() error {
return db.ORM.AutoMigrate(&model.ComplianceJob{}, &model.ComplianceSummarizer{}, &model.ComplianceRunner{}, &model.CheckupJob{},
&model.AnalyticsJob{}, &model.DescribeIntegrationJob{}, &model.IntegrationDiscovery{},
&model.JobSequencer{}, &model.QueryRunnerJob{},
&model.JobSequencer{}, &model.QueryRunnerJob{}, &model.QueryValidatorJob{},
)
}

0 comments on commit 6e55fe6

Please sign in to comment.