<field>
<name>id</name>
<uniqueName>activity_id</uniqueName>
- <title>Activity ID</title>
+ <title>Activity ID</title>
<import>true</import>
<type>int unsigned</type>
<required>true</required>
<field>
<name>source_contact_id</name>
<type>int unsigned</type>
- <title>Source Contact</title>
+ <title>Source Contact</title>
<import>true</import>
<headerPattern>/(activity.)?source(.contact(.id)?)?/i</headerPattern>
<comment>Contact ID of the person scheduling or logging this Activity. Usually the authenticated user.</comment>
<add>1.1</add>
<drop>4.4</drop>
<onDelete>SET NULL</onDelete>
- </foreignKey>
+ </foreignKey>
<index>
<name>UI_source_contact_id</name>
- <fieldName>source_contact_id</fieldName>
+ <fieldName>source_contact_id</fieldName>
<add>2.0</add>
<drop>3.2</drop>
</index>
</field>
<index>
<name>UI_source_record_id</name>
- <fieldName>source_record_id</fieldName>
+ <fieldName>source_record_id</fieldName>
<add>3.2</add>
</index>
<field>
</field>
<index>
<name>UI_activity_type_id</name>
- <fieldName>activity_type_id</fieldName>
+ <fieldName>activity_type_id</fieldName>
<add>1.6</add>
</index>
<required>true</required>
<comment>Name of table where item being referenced is stored.</comment>
<add>1.1</add>
- <drop>2.0</drop>
+ <drop>2.0</drop>
</field>
<field>
<required>true</required>
<comment>Foreign key to the referenced item.</comment>
<add>1.1</add>
- <drop>2.0</drop>
+ <drop>2.0</drop>
</field>
<field>
<add>1.1</add>
<drop>2.0</drop>
</field>
-
+
<field>
<name>activity_date_time</name>
<import>true</import>
<headerPattern>/(activity.)?date(.time$)?/i</headerPattern>
<comment>Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.</comment>
<add>2.0</add>
- </field>
+ </field>
<field>
<name>due_date_time</name>
<type>datetime</type>
<comment>Date and time this activity is due.</comment>
<add>2.0</add>
- <drop>3.0</drop>
- </field>
+ <drop>3.0</drop>
+ </field>
<field>
<name>duration_hours</name>
<type>int unsigned</type>
<comment>Planned or actual duration of meeting - hours.</comment>
<add>1.1</add>
- <drop>2.0</drop>
+ <drop>2.0</drop>
</field>
<field>
<type>int unsigned</type>
<comment>Planned or actual duration of meeting - minutes.</comment>
<add>1.1</add>
- <drop>2.0</drop>
+ <drop>2.0</drop>
</field>
<field>
<name>duration</name>
<uniqueName>activity_duration</uniqueName>
- <title>Duration</title>
+ <title>Duration</title>
<import>true</import>
<type>int unsigned</type>
<headerPattern>/(activity.)?duration(s)?$/i</headerPattern>
<name>details</name>
<uniqueName>activity_details</uniqueName>
<title>Details</title>
- <import>true</import>
+ <import>true</import>
<type>text</type>
<rows>8</rows>
<cols>60</cols>
<field>
<name>is_test</name>
<title>Test</title>
- <uniqueName>activity_is_test</uniqueName>
+ <uniqueName>activity_is_test</uniqueName>
<type>boolean</type>
<default>0</default>
<import>true</import>
<add>2.0</add>
</field>
<field>
- <name>medium_id</name>
- <uniqueName>activity_medium_id</uniqueName>
- <title>Activity Medium</title>
- <type>int unsigned</type>
- <default>NULL</default>
- <comment>Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.</comment>
- <add>2.2</add>
+ <name>medium_id</name>
+ <uniqueName>activity_medium_id</uniqueName>
+ <title>Activity Medium</title>
+ <type>int unsigned</type>
+ <default>NULL</default>
+ <comment>Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.</comment>
+ <pseudoconstant>
+ <optionGroupName>encounter_medium</optionGroupName>
+ </pseudoconstant>
+ <add>2.2</add>
</field>
<index>
<name>index_medium_id</name>
<type>boolean</type>
<default>0</default>
<add>2.2</add>
- </field>
- <field>
+ </field>
+ <field>
<name>relationship_id</name>
<title>Relationship Id</title>
- <type>int unsigned</type>
+ <type>int unsigned</type>
<default>NULL</default>
- <comment>FK to Relationship ID</comment>
- <add>2.2</add>
+ <comment>FK to Relationship ID</comment>
+ <add>2.2</add>
</field>
- <foreignKey>
- <name>relationship_id</name>
- <table>civicrm_relationship</table>
- <key>id</key>
+ <foreignKey>
+ <name>relationship_id</name>
+ <table>civicrm_relationship</table>
+ <key>id</key>
<onDelete>SET NULL</onDelete>
- </foreignKey>
+ </foreignKey>
<field>
<name>is_current_revision</name>
<title>Is this activity a current revision in versioning chain?</title>
<name>index_is_current_revision</name>
<fieldName>is_current_revision</fieldName>
<add>2.2</add>
- </index>
+ </index>
<field>
<name>original_id</name>
<type>int unsigned</type>
<fieldName>original_id</fieldName>
<add>2.2</add>
<drop>3.2</drop>
- </index>
+ </index>
<field>
<name>result</name>
<uniqueName>activity_result</uniqueName>
<fieldName>is_deleted</fieldName>
<add>2.2</add>
</index>
- <field>
+ <field>
<name>campaign_id</name>
<uniqueName>activity_campaign_id</uniqueName>
<type>int unsigned</type>
<title>Campaign ID</title>
- <import>true</import>
- <comment>The campaign for which this activity has been triggered.</comment>
- <add>3.4</add>
- </field>
- <field>
- <name>engagement_level</name>
- <uniqueName>activity_engagement_level</uniqueName>
- <type>int unsigned</type>
-
-
- <title>Engagement Index</title>
<import>true</import>
- <comment>Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.</comment>
- <add>3.4</add>
+ <comment>The campaign for which this activity has been triggered.</comment>
+ <add>3.4</add>
</field>
- <foreignKey>
- <name>campaign_id</name>
- <table>civicrm_campaign</table>
- <key>id</key>
+ <foreignKey>
+ <name>campaign_id</name>
+ <table>civicrm_campaign</table>
+ <key>id</key>
<onDelete>SET NULL</onDelete>
</foreignKey>
+ <field>
+ <name>engagement_level</name>
+ <uniqueName>activity_engagement_level</uniqueName>
+ <type>int unsigned</type>
+ <title>Engagement Index</title>
+ <import>true</import>
+ <comment>Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.</comment>
+ <pseudoconstant>
+ <optionGroupName>engagement_index</optionGroupName>
+ </pseudoconstant>
+ <add>3.4</add>
+ </field>
<field>
<name>weight</name>
<type>int</type>
-<?xml version="1.0" encoding="iso-8859-1" ?>
+<?xml version="1.0" encoding="iso-8859-1" ?>
-<table>
- <base>CRM/Event</base>
- <class>Event</class>
- <name>civicrm_event</name>
- <add>1.7</add>
+<table>
+ <base>CRM/Event</base>
+ <class>Event</class>
+ <name>civicrm_event</name>
+ <add>1.7</add>
<log>true</log>
- <field>
- <name>id</name>
- <type>int unsigned</type>
+ <field>
+ <name>id</name>
+ <type>int unsigned</type>
<title>Event ID</title>
- <required>true</required>
- <comment>Event</comment>
- <add>1.7</add>
- </field>
- <primaryKey>
- <name>id</name>
- <autoincrement>true</autoincrement>
- </primaryKey>
- <field>
- <name>title</name>
+ <required>true</required>
+ <comment>Event</comment>
+ <add>1.7</add>
+ </field>
+ <primaryKey>
+ <name>id</name>
+ <autoincrement>true</autoincrement>
+ </primaryKey>
+ <field>
+ <name>title</name>
<uniqueName>event_title</uniqueName>
- <type>varchar</type>
+ <type>varchar</type>
<import>true</import>
<title>Event Title</title>
<headerPattern>/(event.)?title$/i</headerPattern>
- <length>255</length>
+ <length>255</length>
<localizable>true</localizable>
<comment>Event Title (e.g. Fall Fundraiser Dinner)</comment>
- <add>1.7</add>
- </field>
- <field>
+ <add>1.7</add>
+ </field>
+ <field>
<name>summary</name>
- <type>text</type>
- <title>Event Summary</title>
+ <type>text</type>
+ <title>Event Summary</title>
<htmlType>textarea</htmlType>
<rows>4</rows>
<cols>60</cols>
<localizable>true</localizable>
<comment>Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>description</name>
- <type>text</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>description</name>
+ <type>text</type>
<uniqueName>event_description</uniqueName>
- <title>Event Description</title>
+ <title>Event Description</title>
<htmlType>textarea</htmlType>
<rows>8</rows>
<cols>60</cols>
<pseudoconstant>
<optionGroupName>event_type</optionGroupName>
</pseudoconstant>
- <comment>Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.</comment>
- <add>1.7</add>
- </field>
+ <comment>Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.</comment>
+ <add>1.7</add>
+ </field>
<index>
<name>index_event_type_id</name>
<fieldName>event_type_id</fieldName>
<add>1.8</add>
</index>
- <field>
- <name>participant_listing_id</name>
- <type>int unsigned</type>
+ <field>
+ <name>participant_listing_id</name>
+ <type>int unsigned</type>
<uniqueName>participant_listing_id</uniqueName>
- <title>Participant Listing ID</title>
- <default>0</default>
- <comment>Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.</comment>
- <add>2.0</add>
- </field>
+ <title>Participant Listing ID</title>
+ <default>0</default>
+ <comment>Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.</comment>
+ <add>2.0</add>
+ </field>
<index>
<name>index_participant_listing_id</name>
<fieldName>participant_listing_id</fieldName>
<add>2.0</add>
</index>
- <field>
- <name>is_public</name>
- <type>boolean</type>
- <title>Is Event Public</title>
- <default>1</default>
- <comment>Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.</comment>
- <add>1.7</add>
- </field>
+ <field>
+ <name>is_public</name>
+ <type>boolean</type>
+ <title>Is Event Public</title>
+ <default>1</default>
+ <comment>Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.</comment>
+ <add>1.7</add>
+ </field>
<field>
<name>start_date</name>
<type>datetime</type>
<comment>Date and time that event ends. May be NULL if no defined end date/time</comment>
<add>1.7</add>
</field>
- <field>
- <name>is_online_registration</name>
- <type>boolean</type>
+ <field>
+ <name>is_online_registration</name>
+ <type>boolean</type>
<title>Is Online Registration</title>
- <default>0</default>
- <comment>If true, include registration link on Event Info page.</comment>
- <add>1.7</add>
+ <default>0</default>
+ <comment>If true, include registration link on Event Info page.</comment>
+ <add>1.7</add>
</field>
- <field>
- <name>registration_link_text</name>
- <type>varchar</type>
+ <field>
+ <name>registration_link_text</name>
+ <type>varchar</type>
<title>Event Registration Link Text</title>
- <length>255</length>
+ <length>255</length>
<localizable>true</localizable>
<comment>Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.</comment>
- <add>1.7</add>
- </field>
+ <add>1.7</add>
+ </field>
<field>
<name>registration_start_date</name>
<type>datetime</type>
<comment>Date and time that online registration ends.</comment>
<add>1.8</add>
</field>
- <field>
- <name>max_participants</name>
- <type>int unsigned</type>
+ <field>
+ <name>max_participants</name>
+ <type>int unsigned</type>
<title>Max Participants</title>
<default>NULL</default>
- <comment>Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.</comment>
- <add>1.7</add>
+ <comment>Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.</comment>
+ <add>1.7</add>
</field>
- <field>
- <name>event_full_text</name>
- <type>text</type>
+ <field>
+ <name>event_full_text</name>
+ <type>text</type>
<title>Event Information</title>
<htmlType>textarea</htmlType>
<rows>4</rows>
<cols>60</cols>
<localizable>true</localizable>
- <comment>Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.</comment>
- <add>1.7</add>
+ <comment>Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.</comment>
+ <add>1.7</add>
</field>
- <field>
- <name>is_monetary</name>
+ <field>
+ <name>is_monetary</name>
<title>Is this a PAID event?</title>
- <type>boolean</type>
- <default>0</default>
- <comment>If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>contribution_type_id</name>
- <type>int unsigned</type>
+ <type>boolean</type>
<default>0</default>
- <comment>Contribution type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
+ <comment>If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.</comment>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>contribution_type_id</name>
+ <type>int unsigned</type>
+ <default>0</default>
+ <comment>Contribution type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
<add>1.7</add>
<drop>4.3</drop>
</field>
- <field>
- <name>financial_type_id</name>
- <type>int unsigned</type>
+ <field>
+ <name>financial_type_id</name>
+ <type>int unsigned</type>
<title>Financial Type ID</title>
<default>NULL</default>
<comment>Financial type assigned to paid event registrations for this event. Required if is_monetary is true.</comment>
<keyColumn>id</keyColumn>
<labelColumn>name</labelColumn>
</pseudoconstant>
- <add>4.3</add>
+ <add>4.3</add>
</field>
<field>
<name>payment_processor</name>
</pseudoconstant>
<add>1.8</add>
</field>
- <field>
+ <field>
<name>is_map</name>
<title>Map Enabled</title>
- <type>boolean</type>
+ <type>boolean</type>
<default>0</default>
- <comment>Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?</comment>
- <add>1.7</add>
- </field>
+ <comment>Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?</comment>
+ <add>1.7</add>
+ </field>
<field>
<name>is_active</name>
<title>Is Active</title>
<type>boolean</type>
<default>0</default>
- <comment>Is this Event enabled or disabled/cancelled?</comment>
- <add>1.7</add>
+ <comment>Is this Event enabled or disabled/cancelled?</comment>
+ <add>1.7</add>
</field>
<field>
<name>fee_label</name>
<length>255</length>
<localizable>true</localizable>
<add>1.8</add>
- </field>
- <field>
- <name>is_show_location</name>
- <type>boolean</type>
+ </field>
+ <field>
+ <name>is_show_location</name>
+ <type>boolean</type>
<title>show location</title>
- <default>1</default>
- <comment>If true, show event location.</comment>
- <add>1.7</add>
- </field>
+ <default>1</default>
+ <comment>If true, show event location.</comment>
+ <add>1.7</add>
+ </field>
<field>
<name>loc_block_id</name>
<type>int unsigned</type>
<add>2.0</add>
<drop>2.1</drop>
</field>
- <field>
- <name>default_role_id</name>
+ <field>
+ <name>default_role_id</name>
<uniqueName>default_role_id</uniqueName>
<title>Participant Role</title>
<import>true</import>
- <type>int unsigned</type>
+ <type>int unsigned</type>
<default>1</default>
- <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.</comment>
- <add>2.0</add>
+ <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.</comment>
+ <add>2.0</add>
</field>
- <field>
- <name>intro_text</name>
- <type>text</type>
+ <field>
+ <name>intro_text</name>
+ <type>text</type>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<title>Introductory Message</title>
<localizable>true</localizable>
<comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>footer_text</name>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>footer_text</name>
<title>Footer Message</title>
- <type>text</type>
+ <type>text</type>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<localizable>true</localizable>
<comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>confirm_title</name>
- <type>varchar</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>confirm_title</name>
+ <type>varchar</type>
<title>Confirmation Title</title>
- <length>255</length>
+ <length>255</length>
<default>NULL</default>
<localizable>true</localizable>
<comment>Title for Confirmation page.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>confirm_text</name>
- <type>text</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>confirm_text</name>
+ <type>text</type>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<title>Confirm Text</title>
<localizable>true</localizable>
<comment>Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>confirm_footer_text</name>
- <type>text</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>confirm_footer_text</name>
+ <type>text</type>
<title>Footer Text</title>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<localizable>true</localizable>
<comment>Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>is_email_confirm</name>
- <type>boolean</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>is_email_confirm</name>
+ <type>boolean</type>
<title>Is confirm email</title>
- <default>0</default>
- <comment>If true, confirmation is automatically emailed to contact on successful registration.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>confirm_email_text</name>
- <type>text</type>
+ <default>0</default>
+ <comment>If true, confirmation is automatically emailed to contact on successful registration.</comment>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>confirm_email_text</name>
+ <type>text</type>
<title>Confirmation Email Text</title>
<htmlType>textarea</htmlType>
<rows>4</rows>
<cols>50</cols>
<localizable>true</localizable>
<comment>text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>confirm_from_name</name>
- <type>varchar</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>confirm_from_name</name>
+ <type>varchar</type>
<title>Confirm From Name</title>
- <length>255</length>
+ <length>255</length>
<localizable>true</localizable>
<comment>FROM email name used for confirmation emails.</comment>
- <add>1.7</add>
+ <add>1.7</add>
</field>
- <field>
- <name>confirm_from_email</name>
- <type>varchar</type>
+ <field>
+ <name>confirm_from_email</name>
+ <type>varchar</type>
<title>Confirm From Email</title>
- <length>255</length>
+ <length>255</length>
<comment>FROM email address used for confirmation emails.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>cc_confirm</name>
- <type>varchar</type>
- <length>255</length>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>cc_confirm</name>
+ <type>varchar</type>
+ <length>255</length>
<comment>comma-separated list of email addresses to cc each time a confirmation is sent</comment>
- <add>1.7</add>
+ <add>1.7</add>
</field>
- <field>
- <name>bcc_confirm</name>
- <type>varchar</type>
- <length>255</length>
+ <field>
+ <name>bcc_confirm</name>
+ <type>varchar</type>
+ <length>255</length>
<comment>comma-separated list of email addresses to bcc each time a confirmation is sent</comment>
- <add>1.7</add>
+ <add>1.7</add>
</field>
<field>
<name>default_fee_id</name>
<comment>FK to civicrm_option_value.</comment>
<add>1.7</add>
</field>
- <field>
- <name>thankyou_title</name>
- <type>varchar</type>
+ <field>
+ <name>thankyou_title</name>
+ <type>varchar</type>
<title>ThankYou Title</title>
- <length>255</length>
+ <length>255</length>
<default>NULL</default>
<localizable>true</localizable>
<comment>Title for ThankYou page.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>thankyou_text</name>
- <type>text</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>thankyou_text</name>
+ <type>text</type>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<title>ThankYou Text</title>
<localizable>true</localizable>
<comment>ThankYou Text.</comment>
- <add>1.7</add>
- </field>
- <field>
- <name>thankyou_footer_text</name>
- <type>text</type>
+ <add>1.7</add>
+ </field>
+ <field>
+ <name>thankyou_footer_text</name>
+ <type>text</type>
<title>Footer Text</title>
<htmlType>textarea</htmlType>
<rows>6</rows>
<cols>50</cols>
<localizable>true</localizable>
<comment>Footer message.</comment>
- <add>1.7</add>
- </field>
- <field>
+ <add>1.7</add>
+ </field>
+ <field>
<name>is_pay_later</name>
<title>Pay Later Allowed</title>
<type>boolean</type>
<default>0</default>
- <comment>if true - allows the user to send payment directly to the org later</comment>
- <add>2.0</add>
+ <comment>if true - allows the user to send payment directly to the org later</comment>
+ <add>2.0</add>
</field>
- <field>
+ <field>
<name>pay_later_text</name>
<title>Pay Later Text</title>
<type>text</type>
<localizable>true</localizable>
- <comment>The text displayed to the user in the main form</comment>
+ <comment>The text displayed to the user in the main form</comment>
<add>2.0</add>
</field>
<field>
<title>Pay Later Receipt Text</title>
<type>text</type>
<localizable>true</localizable>
- <comment>The receipt sent to the user instead of the normal receipt text</comment>
+ <comment>The receipt sent to the user instead of the normal receipt text</comment>
<add>2.0</add>
</field>
- <field>
+ <field>
<name>is_partial_payment</name>
<title>Partial Payments Enabled</title>
- <type>boolean</type>
- <default>0</default>
- <comment>is partial payment enabled for this event</comment>
- <add>4.3</add>
+ <type>boolean</type>
+ <default>0</default>
+ <comment>is partial payment enabled for this event</comment>
+ <add>4.3</add>
</field>
- <field>
+ <field>
<name>initial_amount_label</name>
<title>Initial Amount Label</title>
<type>varchar</type>
- <length>255</length>
+ <length>255</length>
<localizable>true</localizable>
- <comment>Initial amount label for partial payment</comment>
- <add>4.3</add>
+ <comment>Initial amount label for partial payment</comment>
+ <add>4.3</add>
</field>
- <field>
+ <field>
<name>initial_amount_help_text</name>
<title>Initial Amount Help Text</title>
<type>text</type>
<localizable>true</localizable>
- <comment>Initial amount help text for partial payment</comment>
- <add>4.3</add>
+ <comment>Initial amount help text for partial payment</comment>
+ <add>4.3</add>
</field>
- <field>
+ <field>
<name>min_initial_amount</name>
<title>Minimum Initial Amount</title>
<type>decimal</type>
- <comment>Minimum initial amount for partial payment</comment>
- <add>4.3</add>
+ <comment>Minimum initial amount for partial payment</comment>
+ <add>4.3</add>
</field>
- <field>
+ <field>
<name>is_multiple_registrations</name>
<title>Allow Multiple Registrations</title>
<type>boolean</type>
<default>0</default>
- <comment>if true - allows the user to register multiple participants for event</comment>
- <add>2.1</add>
+ <comment>if true - allows the user to register multiple participants for event</comment>
+ <add>2.1</add>
</field>
- <field>
- <name>allow_same_participant_emails</name>
- <type>boolean</type>
+ <field>
+ <name>allow_same_participant_emails</name>
+ <type>boolean</type>
<title>Does Event allow multiple registrations from same email address?</title>
- <default>0</default>
- <comment>if true - allows the user to register multiple registrations from same email address.</comment>
- <add>2.2</add>
- </field>
+ <default>0</default>
+ <comment>if true - allows the user to register multiple registrations from same email address.</comment>
+ <add>2.2</add>
+ </field>
<field>
<name>has_waitlist</name>
<title>Waitlist Enabled</title>
<comment>whether the event has template</comment>
<add>3.0</add>
</field>
- <field>
- <name>template_title</name>
+ <field>
+ <name>template_title</name>
<uniqueName>template_title</uniqueName>
- <type>varchar</type>
+ <type>varchar</type>
<import>true</import>
<title>Event Template Title</title>
<headerPattern>/(template.)?title$/i</headerPattern>
- <length>255</length>
+ <length>255</length>
<localizable>true</localizable>
<comment>Event Template Title</comment>
- <add>3.0</add>
+ <add>3.0</add>
</field>
<field>
<name>created_id</name>
<comment>Date and time that event was created.</comment>
<add>3.0</add>
</field>
- <field>
- <name>currency</name>
- <type>varchar</type>
+ <field>
+ <name>currency</name>
+ <type>varchar</type>
<length>3</length>
<import>true</import>
<headerPattern>/cur(rency)?/i</headerPattern>
<type>int unsigned</type>
<title>Campaign ID</title>
<comment>The campaign for which this event has been created.</comment>
- <add>3.4</add>
+ <add>3.4</add>
</field>
<foreignKey>
<name>campaign_id</name>
<type>boolean</type>
<default>1</default>
<comment>Can people share the event through social media?</comment>
- <add>4.1</add>
+ <add>4.1</add>
</field>
<field>
<name>parent_event_id</name>
</index>
<field>
<name>slot_label_id</name>
- <type>int unsigned</type>
- <title>Subevent Slot Label ID</title>
+ <type>int unsigned</type>
+ <title>Subevent Slot Label ID</title>
<default>NULL</default>
- <comment>Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.</comment>
+ <comment>Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.</comment>
<add>4.1</add>
</field>
</table>