Skip to content

Commit

Permalink
fix canondata
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjection committed Oct 9, 2024
1 parent c74115d commit 9805ea9
Showing 1 changed file with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7488,5 +7488,59 @@
"Blobs": 1
}
}
},
{
"TableId": 111,
"TableName": "BackupCollection",
"TableKey": [
1,
2
],
"ColumnsAdded": [
{
"ColumnId": 1,
"ColumnName": "OwnerPathId",
"ColumnType": "Uint64"
},
{
"ColumnId": 2,
"ColumnName": "LocalPathId",
"ColumnType": "Uint64"
},
{
"ColumnId": 3,
"ColumnName": "AlterVersion",
"ColumnType": "Uint64"
},
{
"ColumnId": 4,
"ColumnName": "Properties",
"ColumnType": "String"
}
],
"ColumnsDropped": [],
"ColumnFamilies": {
"0": {
"Columns": [
1,
2,
3,
4
],
"RoomID": 0,
"Codec": 0,
"InMemory": false,
"Cache": 0,
"Small": 4294967295,
"Large": 4294967295
}
},
"Rooms": {
"0": {
"Main": 1,
"Outer": 1,
"Blobs": 1
}
}
}
]

0 comments on commit 9805ea9

Please sign in to comment.