Skip to content

Commit

Permalink
db/schema: fix dbtext dispatcher definition
Browse files Browse the repository at this point in the history
 - allow null/empty values for priority and description fields
  • Loading branch information
ovidiusas committed Apr 25, 2024
1 parent 8b96b70 commit b8d57e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions db/schema/dispatcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
<name>attrs</name>
<type>string</type>
<size>128</size>
<default/>
<default><null/></default>
<null/>
<description>Attribute string - custom, opaque string that
will be pushed into script when this destination will
be selected</description>
Expand All @@ -100,7 +101,8 @@
<name>description</name>
<type>string</type>
<size>64</size>
<default/>
<default><null/></default>
<null/>
<description>Description for this destination</description>
</column>

Expand Down

0 comments on commit b8d57e0

Please sign in to comment.