Skip to content

Commit 729914c

Browse files
NOT NULL
1 parent cda7380 commit 729914c

File tree

1 file changed

+1
-1
lines changed
  • examples/Ydb.Sdk.AdoNet.OpenSearch.ToYDB.Transfer

1 file changed

+1
-1
lines changed

examples/Ydb.Sdk.AdoNet.OpenSearch.ToYDB.Transfer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
chunkId Text NOT NULL,
3636
fileId Text NOT NULL,
3737
folderId Text NOT NULL,
38-
chunkText Text FAMILY family_chunkText,
38+
chunkText Text FAMILY family_chunkText NOT NULL,
3939
chunkVector Bytes,
4040
createdAt Timestamp NOT NULL,
4141
createdBy Text NOT NULL,

0 commit comments

Comments
 (0)