Merge pull request #17026 from jitendrapurohit/dev-57
[civicrm-core.git] / xml / schema / Core / MessageTemplate.xml
index bfc64f8740520e8bd33bcac7b70869d457d238e0..b400d66eea4c0f5a4e8be6f0ca98667637502dad 100644 (file)
     <comment>is this the reserved message template which we ship for the workflow referenced by workflow_id?</comment>
     <add>3.1</add>
   </field>
+  <field>
+    <name>is_sms</name>
+    <title>Message Template is used for SMS?</title>
+    <type>boolean</type>
+    <default>0</default>
+    <comment>Is this message template used for sms?</comment>
+    <add>4.5</add>
+  </field>
   <field>
     <name>pdf_format_id</name>
     <title>Message Template Format</title>
     <comment>a pseudo-FK to civicrm_option_value containing PDF Page Format.</comment>
     <pseudoconstant>
       <optionGroupName>pdf_format</optionGroupName>
+      <keyColumn>id</keyColumn>
     </pseudoconstant>
     <add>3.4</add>
   </field>