Skip to content

Commit

Permalink
Coerce document_published to a boolean and make null values explicitl…
Browse files Browse the repository at this point in the history
…y false
  • Loading branch information
dragon-dxw committed Dec 12, 2024
1 parent d8561de commit aaa305a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/ml-schemas/tde/sql-document-uri-slugs-extract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
</column>
<column>
<name>document_published</name>
<scalar-type>string</scalar-type>
<scalar-type>boolean</scalar-type>
<val>../../published</val>
<nullable>false</nullable>
<nullable>true</nullable>
<default>fn:false()</default>
<invalid-values>reject</invalid-values>
<reindexing>visible</reindexing>
</column>
Expand Down

0 comments on commit aaa305a

Please sign in to comment.