Merge pull request #17864 from colemanw/searchFix
[civicrm-core.git] / xml / schema / Core / Timezone.xml
index edccd0778c9526c44a565fd18a1755ff6181e810..a7930d860930485c139bd2aa73e9539aad453acd 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.8</add>
   <field>
     <name>id</name>
+    <title>Timezone ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Timezone Id</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>name</name>
+    <title>Timezone Name</title>
     <type>varchar</type>
     <length>64</length>
     <comment>Timezone full name</comment>
@@ -25,6 +27,7 @@
   </field>
   <field>
     <name>abbreviation</name>
+    <title>Timezone Abbreviation</title>
     <type>char</type>
     <length>3</length>
     <comment>ISO Code for timezone abbreviation</comment>
@@ -32,6 +35,7 @@
   </field>
   <field>
     <name>gmt</name>
+    <title>GMT Name of Timezone</title>
     <type>varchar</type>
     <length>64</length>
     <comment>GMT name of the timezone</comment>
   </field>
   <field>
     <name>offset</name>
+    <title>GMT Offset</title>
     <type>int</type>
     <comment></comment>
     <add>1.8</add>
   </field>
   <field>
     <name>country_id</name>
+    <title>Country</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Country Id</comment>