Skip to content

Commit

Permalink
valid mariadb config
Browse files Browse the repository at this point in the history
  • Loading branch information
james-bowers committed Mar 18, 2024
1 parent 233b5f5 commit 907d936
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config-examples/mariadb.vizzly.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
"dataType": "VARCHAR",
"publicName": "Person name",
"id": "Person name",
"id": "Person_name",
"address": [
"my_database",
"cities_data_people",
Expand Down Expand Up @@ -132,7 +132,7 @@
"fields": [
{
"publicName": "City ID",
"id": "City ID",
"id": "City_ID",
"dataType": "FLOAT",
"address": [
"my_database",
Expand All @@ -152,7 +152,7 @@
},
{
"publicName": "High Temp",
"id": "High temp",
"id": "High_temp",
"dataType": "FLOAT",
"address": [
"my_database",
Expand All @@ -162,7 +162,7 @@
},
{
"publicName": "Low temp",
"id": "Low temp",
"id": "Low_temp",
"dataType": "FLOAT",
"address": [
"my_database",
Expand Down Expand Up @@ -203,7 +203,7 @@
{
"dataType": "VARCHAR",
"publicName": "Person name",
"id": "Person name",
"id": "Person_name",
"address": [
"my_database",
"cities_data_people",
Expand All @@ -223,7 +223,7 @@
{
"dataType": "FLOAT",
"publicName": "City ID",
"id": "City ID",
"id": "City_ID",
"address": [
"my_database",
"cities_data_cities",
Expand All @@ -248,7 +248,7 @@
],
"secureFilterGuards": [
{
"fieldId": "City ID",
"fieldId": "City_ID",
"op": "="
}
]
Expand Down

0 comments on commit 907d936

Please sign in to comment.