Revision: 4611
http://web-erp.svn.sourceforge.net/web-erp/?rev=4611&view=rev
Author: daintree
Date: 2011-07-02 01:35:11 +0000 (Sat, 02 Jul 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/sql/mysql/upgrade3.11-3.11.1.sql
Modified: trunk/sql/mysql/upgrade3.11-3.11.1.sql
===================================================================
--- trunk/sql/mysql/upgrade3.11-3.11.1.sql 2011-07-02 01:34:04 UTC (rev 4610)
+++ trunk/sql/mysql/upgrade3.11-3.11.1.sql 2011-07-02 01:35:11 UTC (rev 4611)
@@ -1,4 +1,3 @@
-USE saveurpacific;
SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE accountgroups ADD CONSTRAINT `accountgroups_ibfk_1` FOREIGN KEY (`sectioninaccounts`) REFERENCES `accountsection` (`sectionid`);
ALTER TABLE audittrail ADD CONSTRAINT `audittrail_ibfk_1` FOREIGN KEY (`userid`) REFERENCES `www_users` (`userid`);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|