[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3950] branches/1.3
- Subject: SF.net SVN: ledger-smb:[3950] branches/1.3
- From: ..hidden..
- Date: Tue, 01 Nov 2011 04:35:41 +0000
Revision: 3950
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3950&view=rev
Author: einhverfr
Date: 2011-11-01 04:35:41 +0000 (Tue, 01 Nov 2011)
Log Message:
-----------
Correcting load errors per David Bandel
Modified Paths:
--------------
branches/1.3/Changelog
branches/1.3/sql/upgrade/1.2-1.3.sql
Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog 2011-11-01 03:49:25 UTC (rev 3949)
+++ branches/1.3/Changelog 2011-11-01 04:35:41 UTC (rev 3950)
@@ -5,7 +5,11 @@
Changelog for LedgerSMB 1.3.4
* Corrected case matching error in upgrade script (Chris T)
* Corrected version number on new databases (Chris T)
+* Corrected load errors on upgrade (David B)
+Chris T is Chris Travers
+David B is David Bandel
+
Changelog for LedgerSMB 1.3.3
* Fix for being unable to delete AR/AP drafts (Herman V)
* Additional button cleanup (Herman V)
Modified: branches/1.3/sql/upgrade/1.2-1.3.sql
===================================================================
--- branches/1.3/sql/upgrade/1.2-1.3.sql 2011-11-01 03:49:25 UTC (rev 3949)
+++ branches/1.3/sql/upgrade/1.2-1.3.sql 2011-11-01 04:35:41 UTC (rev 3950)
@@ -18,10 +18,11 @@
-- Full module load should be part of upgrade wizard, at this stage.
\i sql/Pg-database.sql
-\i sql/modules/Setting.sql
+\i sql/modules/Settings.sql
\i sql/modules/Location.sql
\i sql/modules/Account.sql
\i sql/modules/Payment.sql
+\i sql/modules/Company.sql
\i sql/modules/Person.sql
\i sql/modules/Reconciliation.sql
BEGIN;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.