[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5892] branches/1.3
- Subject: SF.net SVN: ledger-smb:[5892] branches/1.3
- From: ..hidden..
- Date: Thu, 6 Jun 2013 05:39:55 +0000
Revision: 5892
http://sourceforge.net/p/ledger-smb/code/5892
Author: einhverfr
Date: 2013-06-06 05:39:52 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
Minor adjustments to SQL-Ledger migration scripts based on issues ofund in last migration run
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/sql/upgrade/sl2.8-1.3.sql
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2013-06-04 10:34:18 UTC (rev 5891)
+++ branches/1.3/Changelog 2013-06-06 05:39:52 UTC (rev 5892)
@@ -6,6 +6,7 @@
* Fixed some SQL syntax issues on using overpayments (Chris T)
* Fixed date range when clicking through income statement to gl (Chris T, 836)
* Fixed invoice screens not recognizing default payment account (Chris T, 837)
+* Fixed gl report criteria lost when returning from transaction (Chris T, 839)
Changelog for 1.3.33
* Fixed <?lsmb YYMMMDD ?> interpolation in settings (Chris T)
Modified: branches/1.3/sql/upgrade/sl2.8-1.3.sql
===================================================================
--- branches/1.3/sql/upgrade/sl2.8-1.3.sql 2013-06-04 10:34:18 UTC (rev 5891)
+++ branches/1.3/sql/upgrade/sl2.8-1.3.sql 2013-06-06 05:39:52 UTC (rev 5892)
@@ -349,10 +349,8 @@
WHERE setting_key IN (select fldname FROM sl28.defaults);
-INSERT INTO parts SELECT * FROM sl28.parts;
+--INSERT INTO assembly SELECT * FROM sl28.assembly;
-INSERT INTO assembly SELECT * FROM sl28.assembly;
-
ALTER TABLE gl DISABLE TRIGGER gl_audit_trail;
INSERT INTO gl(id, reference, description, transdate, person_id, notes,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.