|
From: <dai...@us...> - 2015-03-19 07:03:23
|
Revision: 7229
http://sourceforge.net/p/web-erp/reponame/7229
Author: daintree
Date: 2015-03-19 07:03:20 +0000 (Thu, 19 Mar 2015)
Log Message:
-----------
remove duplicate sql upgrade files
Modified Paths:
--------------
trunk/sql/mysql/upgrade4.12.2-4.13.sql
Removed Paths:
-------------
trunk/locale/mr_IN.utf8/
trunk/sql/mysql/upgrade4.12-4.13.sql
Deleted: trunk/sql/mysql/upgrade4.12-4.13.sql
===================================================================
--- trunk/sql/mysql/upgrade4.12-4.13.sql 2015-03-14 10:00:31 UTC (rev 7228)
+++ trunk/sql/mysql/upgrade4.12-4.13.sql 2015-03-19 07:03:20 UTC (rev 7229)
@@ -1,3 +0,0 @@
-INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('CustomerAccount.php', '1', 'Shows customer account/statement on screen rather than PDF');
-INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('StockCategorySalesInquiry.php', '2', 'Sales inquiry by stock category showing top items');
------UPDATE config SET confvalue='4.13' WHERE confname='VersionNumber';
\ No newline at end of file
Modified: trunk/sql/mysql/upgrade4.12.2-4.13.sql
===================================================================
--- trunk/sql/mysql/upgrade4.12.2-4.13.sql 2015-03-14 10:00:31 UTC (rev 7228)
+++ trunk/sql/mysql/upgrade4.12.2-4.13.sql 2015-03-19 07:03:20 UTC (rev 7229)
@@ -1,10 +1,6 @@
--- webERP 4.13.
--- Release date: yyyy-mm-dd.
---
+INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('CustomerAccount.php', '1', 'Shows customer account/statement on screen rather than PDF');
+INSERT INTO `scripts` (`script`, `pagesecurity`, `description`) VALUES ('StockCategorySalesInquiry.php', '2', 'Sales inquiry by stock category showing top items');
-
-
-
-- Update version number:
UPDATE config SET confvalue='4.13' WHERE confname='VersionNumber';
|