Merge pull request #3915 from eileenmcnaughton/CRM-15168
[civicrm-core.git] / xml / schema / Core / Website.xml
index e6ff370e49a0ba694da986531271ca04f4cbbae3..d6a9fdff821f7e18afd0f4f2aa52f8243fcd4a0d 100644 (file)
@@ -9,6 +9,7 @@
   <field>
       <name>id</name>
       <type>int unsigned</type>
+      <title>Website ID</title>
       <required>true</required>
       <comment>Unique Website ID</comment>
        <add>3.2</add>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
       <name>contact_id</name>
+      <title>Contact</title>
       <type>int unsigned</type>
       <comment>FK to Contact ID</comment>
       <add>3.2</add>