Skip to content

Commit 5384b6e

Browse files
committed
fix scheme tests
1 parent 47ec528 commit 5384b6e

File tree

1 file changed

+13
-1
lines changed
  • ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_

1 file changed

+13
-1
lines changed

ydb/tests/functional/scheme_tests/canondata/tablet_scheme_tests.TestTabletSchemes.test_tablet_schemes_flat_schemeshard_/flat_schemeshard.schema

+13-1
Original file line numberDiff line numberDiff line change
@@ -7145,6 +7145,16 @@
71457145
"ColumnId": 4,
71467146
"ColumnName": "DefaultFromLiteral",
71477147
"ColumnType": "String"
7148+
},
7149+
{
7150+
"ColumnId": 5,
7151+
"ColumnName": "NotNull",
7152+
"ColumnType": "Bool"
7153+
},
7154+
{
7155+
"ColumnId": 6,
7156+
"ColumnName": "FamilyName",
7157+
"ColumnType": "String"
71487158
}
71497159
],
71507160
"ColumnsDropped": [],
@@ -7154,7 +7164,9 @@
71547164
1,
71557165
2,
71567166
3,
7157-
4
7167+
4,
7168+
5,
7169+
6
71587170
],
71597171
"RoomID": 0,
71607172
"Codec": 0,

0 commit comments

Comments
 (0)