Skip to content

Commit

Permalink
Fix scheme_tests canondata (#1493) (#1643)
Browse files Browse the repository at this point in the history
* Initial commit

* Fixes

Co-authored-by: Nikolay Shumkov <153636981+shnikd@users.noreply.github.com>
  • Loading branch information
gridnevvvit and shnikd authored Feb 7, 2024
1 parent afd43bd commit 0d8c09c
Showing 1 changed file with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,16 @@
"ColumnId": 10,
"ColumnName": "ReplicationConfig",
"ColumnType": "String"
},
{
"ColumnId": 11,
"ColumnName": "IsTemporary",
"ColumnType": "Bool"
},
{
"ColumnId": 12,
"ColumnName": "OwnerActorId",
"ColumnType": "String"
}
],
"ColumnsDropped": [],
Expand All @@ -361,7 +371,9 @@
7,
8,
9,
10
10,
11,
12
],
"RoomID": 0,
"Codec": 0,
Expand Down Expand Up @@ -3533,6 +3545,16 @@
"ColumnId": 11,
"ColumnName": "ReplicationConfig",
"ColumnType": "String"
},
{
"ColumnId": 12,
"ColumnName": "IsTemporary",
"ColumnType": "Bool"
},
{
"ColumnId": 13,
"ColumnName": "OwnerActorId",
"ColumnType": "String"
}
],
"ColumnsDropped": [],
Expand All @@ -3549,7 +3571,9 @@
8,
9,
10,
11
11,
12,
13
],
"RoomID": 0,
"Codec": 0,
Expand Down

0 comments on commit 0d8c09c

Please sign in to comment.