Dashboard Migrations: V3 - no-op; remove v3 from DashboardMigrator.ts (#112239)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"title": "V3 No-Op Migration - but tests ensuring panel IDs are unique",
|
||||
"schemaVersion": 2,
|
||||
"panels": [
|
||||
{
|
||||
"id": 1,
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"type": "barchart"
|
||||
},
|
||||
{
|
||||
"type": "barchart"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user