Skip to content

Commit 5530b63

Browse files
committed
Devconfig schema: Fix order of columns to match other tables
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent bbb35ca commit 5530b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

suzieq/config/schema/devconfig.avsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"name": "config",
1616
"type": "string",
17-
"display": 1,
17+
"display": 2,
1818
"description": "The running config"
1919
},
2020
{
@@ -42,7 +42,7 @@
4242
{
4343
"name": "timestamp",
4444
"type": "timestamp",
45-
"display": 2,
45+
"display": 3,
4646
"description": "Unix epach When this record was created, in ms"
4747
},
4848
{

0 commit comments

Comments
 (0)