CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / xml / schema / Core / Domain.xml
index 0c835ac6058373e3b354c4a9ea6ed74c638cbe64..d9ed287d56745a0e09e5a064fdb2d8cadc58e8d3 100644 (file)
@@ -8,6 +8,7 @@
   <add>1.1</add>
   <field>
     <name>id</name>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Domain ID</comment>
@@ -20,6 +21,7 @@
   <field>
     <name>name</name>
     <type>varchar</type>
+    <title>Domain Name</title>
     <length>64</length>
     <comment>Name of Domain / Organization</comment>
     <add>1.1</add>
@@ -27,6 +29,7 @@
   <field>
     <name>description</name>
     <type>varchar</type>
+    <title>Domain Description</title>
     <length>255</length>
     <comment>Description of Domain.</comment>
     <add>1.1</add>
@@ -80,6 +83,7 @@
   <field>
     <name>config_backend</name>
     <type>text</type>
+    <title>Domain Configuration</title>
     <comment>Backend configuration.</comment>
     <html>
       <type>TextArea</type>
@@ -91,6 +95,7 @@
   <field>
     <name>version</name>
     <type>varchar</type>
+    <title>CiviCRM Version</title>
     <length>32</length>
     <comment>The civicrm version this instance is running</comment>
     <add>2.0</add>
   <field>
     <name>contact_id</name>
     <type>int unsigned</type>
+    <title>Domain Contact</title>
     <comment>FK to Contact ID. This is specifically not an FK to avoid circular constraints</comment>
     <add>4.3</add>
   </field>
   <field>
     <name>locales</name>
     <type>text</type>
+    <title>Supported Languages</title>
     <comment>list of locales supported by the current db state (NULL for single-lang install)</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>locale_custom_strings</name>
     <type>text</type>
+    <title>Language Customizations</title>
     <comment>Locale specific string overrides</comment>
     <html>
       <type>TextArea</type>