removed unwanted xml CRM-14241
authorkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 10:45:02 +0000 (16:15 +0530)
committerkurund <kurund@civicrm.org>
Fri, 21 Feb 2014 10:45:02 +0000 (16:15 +0530)
----------------------------------------
* CRM-14241: setup new repo for doctrine integration work
  http://issues.civicrm.org/jira/browse/CRM-14241

xml/schema/SMS/History.xml [deleted file]
xml/schema/SMS/files.xml

diff --git a/xml/schema/SMS/History.xml b/xml/schema/SMS/History.xml
deleted file mode 100644 (file)
index c5713ab..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-
-<table>
-  <base>CRM/SMS</base>
-  <class>History</class>
-  <name>civicrm_sms_history</name>
-  <comment>SMS History can be linked to any object in the application.</comment>
-  <add>1.4</add>
-  <drop>2.0</drop>
-  <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>SMS History ID</comment>
-       <add>1.4</add>
-  </field>
-  <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
-  </primaryKey>
-  <field>
-       <name>message</name>
-       <type>text</type>
-       <comment>Contents of the SMS.</comment>
-       <html>
-         <type>TextArea</type>
-         <rows>5</rows>
-         <cols>80</cols>
-       </html>
-       <add>1.4</add>
-  </field>
-  <field>
-      <name>contact_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>FK to Contact who is sending this SMS</comment>
-       <add>1.4</add>
-       <html>
-         <type>Autocomplete-Select</type>
-       </html>
-  </field>
-  <foreignKey>
-       <name>contact_id</name>
-       <table>civicrm_contact</table>
-       <key>id</key>
-       <add>1.4</add>
-  </foreignKey>
-  <field>
-       <name>sent_date</name>
-       <type>date</type>
-       <comment>When was this SMS sent</comment>
-       <add>1.4</add>
-  </field>
-</table>
index 3cb65b07bf54cde5d899095fad812985b4c5a011..d94fded706ab6e71fb66926bc7194f3d217d74c1 100644 (file)
@@ -2,7 +2,6 @@
 
 <tables xmlns:xi="http://www.w3.org/2001/XInclude">
 
-<xi:include href="History.xml" parse="xml" />
 <xi:include href="Provider.xml" parse="xml" />
 
 </tables>