Skip to content

Commit

Permalink
fix: update migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 12, 2024
1 parent 62ff6ba commit 8548fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/migrator/job/migrations/analytics/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

type Metric struct {
IntegrationTypes []integration.Type `json:"integrationTypeName" yaml:"IntegrationTypeName"`
IntegrationTypes []integration.Type `json:"integrationType" yaml:"integrationType"`
Name string `json:"name" yaml:"name"`
Query string `json:"query" yaml:"query"`
Tables []string `json:"tables" yaml:"tables"`
Expand All @@ -19,7 +19,7 @@ type Metric struct {
type NamedQuery struct {
Title string `json:"title" yaml:"Title"`
Description string `json:"description" yaml:"Description"`
IntegrationTypes []integration.Type `json:"integrationTypeName" yaml:"IntegrationTypeName"`
IntegrationTypes []integration.Type `json:"integrationType" yaml:"IntegrationType"`
Query shared.Query `json:"query" yaml:"Query"`
Tags map[string][]string `json:"tags" yaml:"Tags"`
}

0 comments on commit 8548fed

Please sign in to comment.