refactor(go): simplify history location identity
This commit is contained in:
@@ -61,10 +61,7 @@ func SchemaStatements(database string) []string {
|
||||
total_mileage_km DOUBLE
|
||||
) TAGS (
|
||||
protocol NCHAR(32),
|
||||
vehicle_key NCHAR(64),
|
||||
vin NCHAR(32),
|
||||
phone NCHAR(32),
|
||||
device_id NCHAR(64)
|
||||
vin NCHAR(32)
|
||||
)`,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user