Skip to content

Commit

Permalink
Merge pull request #1996 from opengovern/feat-query-validator
Browse files Browse the repository at this point in the history
fix: add query validator automigrate model
  • Loading branch information
artaasadi authored Nov 15, 2024
2 parents ccc43d7 + 6e55fe6 commit b3b8e92
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 b3b8e92

Please sign in to comment.