Chore: remove sql testdata (#38945)

This commit is contained in:
Ryan McKinley
2021-09-07 16:35:52 -07:00
committed by GitHub
parent 342b1426e5
commit 9aa03acfa6
4 changed files with 0 additions and 96 deletions
-18
View File
@@ -1,18 +0,0 @@
package models
import "time"
type InsertSQLTestDataCommand struct {
}
type SQLTestData struct {
Id int64
Metric1 string
Metric2 string
ValueBigInt int64
ValueDouble float64
ValueFloat float32
ValueInt int
TimeEpoch int64
TimeDateTime time.Time
}