Merge branch 4.5 into master
[civicrm-core.git] / xml / schema / PCP / PCPBlock.xml
index 844c738fb0cd15ea0bc69622fc255e896e3ecf73..5d4a1af4f75f8a3f2ef20cb1c3616933d9250848 100644 (file)
     <add>3.1</add>
     <onDelete>SET NULL</onDelete>
   </foreignKey>
+  <field>
+    <name>owner_notify_id</name>
+    <title>Owner Notification</title>
+    <type>int unsigned</type>
+    <default>0</default>
+    <comment>FK to civicrm_option_group with name = PCP owner notifications</comment>
+    <add>4.6</add>
+    <pseudoconstant>
+      <optionGroupName>pcp_owner_notify</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Radio</type>
+    </html>
+  </field>
   <field>
     <name>is_approval_needed</name>
     <type>boolean</type>