Skip to content

Commit

Permalink
Allow null publication status in SQL table
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Dec 12, 2024
1 parent d8561de commit 6dcc01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/ml-schemas/tde/sql-document-uri-slugs-extract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<name>document_published</name>
<scalar-type>string</scalar-type>
<val>../../published</val>
<nullable>false</nullable>
<nullable>true</nullable>
<invalid-values>reject</invalid-values>
<reindexing>visible</reindexing>
</column>
Expand Down

0 comments on commit 6dcc01e

Please sign in to comment.