Merge pull request #4622 from civicrm/4.5
[civicrm-core.git] / xml / schema / Core / PreferencesDate.xml
index 383509a271bc3ca3e5981693fd9f1297eb8d5762..8aa1ed7ed860fa00f49a27854b2d137e3ccaa7e8 100644 (file)
@@ -8,22 +8,22 @@
   <add>2.0</add>
   <log>true</log>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-       <add>2.0</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <add>2.0</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>
-       <required>true</required>
-       <comment>The meta name for this date (fixed in code)</comment>
-       <add>2.0</add>
+    <name>name</name>
+    <type>varchar</type>
+    <length>64</length>
+    <required>true</required>
+    <comment>The meta name for this date (fixed in code)</comment>
+    <add>2.0</add>
   </field>
   <index>
     <name>index_name</name>
     <add>2.0</add>
   </index>
   <field>
-       <name>description</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Description of this date type.</comment>
-       <add>2.0</add>
+    <name>description</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Description of this date type.</comment>
+    <add>2.0</add>
   </field>
   <field>
-       <name>start</name>
-       <type>int</type>
-       <required>true</required>
-       <comment>The start offset relative to current year</comment>
-       <add>2.0</add>
+    <name>start</name>
+    <type>int</type>
+    <required>true</required>
+    <comment>The start offset relative to current year</comment>
+    <add>2.0</add>
   </field>
   <field>
-       <name>end</name>
-       <type>int</type>
-       <required>true</required>
-       <comment>The end offset relative to current year, can be negative</comment>
-       <add>2.0</add>
+    <name>end</name>
+    <type>int</type>
+    <required>true</required>
+    <comment>The end offset relative to current year, can be negative</comment>
+    <add>2.0</add>
   </field>
   <field>
-       <name>minute_increment</name>
-       <type>int</type>
-       <comment>The minute increment number</comment>
-       <add>2.0</add>
-       <drop>3.1</drop>
+    <name>minute_increment</name>
+    <type>int</type>
+    <comment>The minute increment number</comment>
+    <add>2.0</add>
+    <drop>3.1</drop>
   </field>
   <field>
-       <name>date_format</name>
-       <type>varchar</type>
-       <length>64</length>
-       <comment>The date type</comment>
-       <add>2.0</add>
+    <name>date_format</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>The date type</comment>
+    <add>2.0</add>
   </field>
   <field>
-       <name>time_format</name>
-       <type>varchar</type>
-       <length>64</length>
-       <comment>time format</comment>
-       <add>3.1</add>
+    <name>time_format</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>time format</comment>
+    <add>3.1</add>
   </field>
 </table>