Skip to content

Commit

Permalink
srdb1: default value set to 0 for number types
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 7, 2020
1 parent 0766497 commit b0f1486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/srdb1/schema/secfilter.xml
Expand Up @@ -37,14 +37,14 @@
<column id="action">
<name>action</name>
<type>short</type>
<default/>
<default>0</default>
<description>Action to do (0=blacklisted data, 1=whitelisted data, 2=blacklisted destination).</description>
</column>

<column id="type">
<name>type</name>
<type>short</type>
<default/>
<default>0</default>
<description>Type of data (0=user-agent, 1=country, 2=domain, 3=IP address, 4=user).</description>
</column>

Expand Down

0 comments on commit b0f1486

Please sign in to comment.