mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
11 lines
457 B
Go
11 lines
457 B
Go
|
package dashboard
|
||
|
|
||
|
// HandoffSchemaVersion is the minimum schemaVersion for dashboards at which the
|
||
|
// Thema-based dashboard schema is possibly valid
|
||
|
//
|
||
|
// schemaVersion is the original version numbering system for dashboards. If a
|
||
|
// dashboard is below this schemaVersion, it is necessary for the frontend
|
||
|
// typescript dashboard migration logic to first run and get it past this
|
||
|
// number, after which Thema can take over.
|
||
|
const HandoffSchemaVersion = 36
|