Backend: Use latest plugin-sdk-go v0.149.1 (#63498)
Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON). Also included is squtil changes: SQL util - allow using the database scan type for converters
This commit is contained in:
+12
-2
@@ -1,6 +1,11 @@
|
||||
// 🌟 This was machine generated. Do not edit. 🌟
|
||||
//
|
||||
// Frame[0] {}
|
||||
// Frame[0] {
|
||||
// "typeVersion": [
|
||||
// 0,
|
||||
// 0
|
||||
// ]
|
||||
// }
|
||||
// Name: x
|
||||
// Dimensions: 2 Fields by 2 Rows
|
||||
// +---------------------------------+------------------------+
|
||||
@@ -34,7 +39,12 @@
|
||||
{
|
||||
"schema": {
|
||||
"name": "x",
|
||||
"meta": {},
|
||||
"meta": {
|
||||
"typeVersion": [
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "Time",
|
||||
|
||||
Reference in New Issue
Block a user