CRM-15168 whitespace only
[civicrm-core.git] / xml / schema / SMS / Provider.xml
index b6db936a55c15059d8f231fc03a984a43b23ca1f..ed2e7976874e80a594ad48b6b41664e8a5e5569a 100644 (file)
@@ -7,95 +7,95 @@
   <comment>Table to add different sms providers </comment>
   <add>4.2</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>SMS Provider ID</comment>
-      <add>4.2</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>SMS Provider ID</comment>
+    <add>4.2</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-       <name>name</name>
-       <type>varchar</type>
-       <length>64</length>
-       <comment>Provider internal name points to option_value of option_group sms_provider_name</comment>
-       <add>4.2</add>
+    <name>name</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>Provider internal name points to option_value of option_group sms_provider_name</comment>
+    <add>4.2</add>
   </field>
   <field>
-       <name>title</name>
-       <type>varchar</type>
-       <length>64</length>
-       <comment>Provider name visible to user</comment>
-       <html>
-         <type>Text</type>
-       </html>
-       <add>4.2</add>
+    <name>title</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>Provider name visible to user</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>4.2</add>
   </field>
   <field>
-       <name>username</name>
-       <type>varchar</type>
-       <length>255</length>
-       <html>
-          <type>Text</type>
-       </html>
-       <add>4.2</add>
+    <name>username</name>
+    <type>varchar</type>
+    <length>255</length>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>4.2</add>
   </field>
   <field>
-       <name>password</name>
-       <type>varchar</type>
-       <length>255</length>
-       <html>
-          <type>Text</type>
-       </html>
-       <add>4.2</add>
+    <name>password</name>
+    <type>varchar</type>
+    <length>255</length>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>4.2</add>
   </field>
   <field>
-       <name>api_type</name>
-       <type>int unsigned</type>
-       <required>true</required>
-       <comment>points to value in civicrm_option_value for group sms_api_type</comment>
-       <html>
-         <type>Select</type>
-       </html>
-       <add>4.2</add>
+    <name>api_type</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>points to value in civicrm_option_value for group sms_api_type</comment>
+    <html>
+      <type>Select</type>
+    </html>
+    <add>4.2</add>
   </field>
   <field>
-       <name>api_url</name>
-       <type>varchar</type>
-       <length>128</length>
-       <html>
-          <type>Text</type>
-       </html>
-       <add>4.2</add>
+    <name>api_url</name>
+    <type>varchar</type>
+    <length>128</length>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>4.2</add>
   </field>
   <field>
-       <name>api_params</name>
-       <type>text</type>
-       <comment>the api params in xml, http or smtp format</comment>
-       <html>
-          <type>Text</type>
-       </html>
-       <add>4.2</add>
+    <name>api_params</name>
+    <type>text</type>
+    <comment>the api params in xml, http or smtp format</comment>
+    <html>
+      <type>Text</type>
+    </html>
+    <add>4.2</add>
   </field>
-   <field>
-       <name>is_default</name>
-       <type>boolean</type>
-       <default>0</default>
-       <add>4.2</add>
-       <html>
-         <type>CheckBox</type>
-       </html>
+  <field>
+    <name>is_default</name>
+    <type>boolean</type>
+    <default>0</default>
+    <add>4.2</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
-   <field>
-       <name>is_active</name>
-       <type>boolean</type>
-       <default>0</default>
-       <add>4.2</add>
-       <html>
-         <type>CheckBox</type>
-       </html>       
+  <field>
+    <name>is_active</name>
+    <type>boolean</type>
+    <default>0</default>
+    <add>4.2</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
 </table>