CRM-15845 - Fix relationship datatables permission check
[civicrm-core.git] / sql / civicrm_upgradedb_v1.3_v1.4_41.mysql
index 986ca83d49fe1463a81b3d88e3d24f095df3dbda..3f86d69ae1853b4df4198e904311619f59d550bf 100644 (file)
@@ -260,7 +260,7 @@ CREATE TABLE civicrm_sms_history (
 
    ALTER TABLE `civicrm_location` ADD  name varchar(255);
 
-       
+  
 -- /*******************************************************
 -- *
 -- * Modify the civicrm_uf_field  Table Structure
@@ -282,7 +282,7 @@ CREATE TABLE civicrm_sms_history (
    
    ALTER TABLE `civicrm_uf_group` ADD limit_listings_group_id int unsigned    COMMENT 'Group id, foriegn key from civicrm_group';
 
-   ALTER TABLE `civicrm_uf_group` ADD CONSTRAINT FOREIGN KEY (limit_listings_group_id) REFERENCES civicrm_group(id);   
+   ALTER TABLE `civicrm_uf_group` ADD CONSTRAINT FOREIGN KEY (limit_listings_group_id) REFERENCES civicrm_group(id);  
 
    ALTER TABLE `civicrm_uf_group` ADD post_URL varchar(255)    COMMENT 'Redirect to URL.';
 
@@ -331,5 +331,5 @@ CREATE TABLE civicrm_sms_history (
 -- * update the custom fields set options per line if it is null
 -- *
 -- *******************************************************/
-       
+
    UPDATE civicrm_custom_field SET  options_per_line=0  WHERE options_per_line IS NULL;