mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Correlations: add migration
This commit is contained in:
parent
cfa877b33a
commit
c9b7c10ba1
@ -134,4 +134,9 @@ func addDataSourceMigration(mg *Migrator) {
|
||||
|
||||
mg.AddMigration("add unique index datasource_org_id_is_default", NewAddIndexMigration(tableV2, &Index{
|
||||
Cols: []string{"org_id", "is_default"}}))
|
||||
|
||||
// add column correlations
|
||||
mg.AddMigration("Add correlations column", NewAddColumnMigration(tableV2, &Column{
|
||||
Name: "correlations", Type: DB_Text, Nullable: true,
|
||||
}))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user