dev/core#1833 Change default value of participant_listing_id to NULL from 0
[civicrm-core.git] / xml / schema / Event / Event.xml
index b1cf8eeb4792c1a9e86521e184282e965594e2c4..d4c9c65299dfa31b57f30e1687622fe03d3e2b7c 100644 (file)
@@ -86,7 +86,7 @@
     <type>int unsigned</type>
     <uniqueName>participant_listing_id</uniqueName>
     <title>Participant Listing</title>
-    <default>0</default>
+    <default>NULL</default>
     <pseudoconstant>
       <optionGroupName>participant_listing</optionGroupName>
     </pseudoconstant>