CRM-17663 - Cruft removal
[civicrm-core.git] / xml / schema / Core / Persistent.xml
index 801bdbfbe538f8ba2715b884c5807db0435abc0d..4ea044d140d4252c182050fa15ebcc524555fa76 100644 (file)
@@ -7,6 +7,7 @@
   <add>3.2</add>
   <field>
     <name>id</name>
+    <title>Persistent ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Persistent Record Id</comment>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>context</name>
+    <title>Context</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Context for which name data pair is to be stored</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>name</name>
+    <title>Name</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Name of Context</comment>
   </field>
   <field>
     <name>data</name>
+    <title>Data</title>
     <type>longtext</type>
     <comment>data associated with name</comment>
     <add>3.2</add>
   </field>
   <field>
     <name>is_config</name>
+    <title>Is Configuration?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Config Settings</comment>