Chris Travers wrote:
1.4 is coming along. We could use more involvement. I won't
promise that everything works but the core of the software should.
The module "sql/modules/Fixes.sql" at line attempts to add a
column which already exists in the CREATE TABLE statement for
table makemodel in "sql/Pg-database.sql"
Attached patch removes ALTER TABLE DDL.
Index: sql/modules/Fixes.sql
===================================================================
--- sql/modules/Fixes.sql (revision 5185)
+++ sql/modules/Fixes.sql (working copy)
@@ -6,10 +6,6 @@
-- during 1.4m2
BEGIN;
-ALTER TABLE makemodel ADD barcode TEXT;
-
-COMMIT;
-
BEGIN;
ALTER TABLE account ADD COLUMN is_temp BOOL NOT NULL DEFAULT FALSE;
COMMIT;
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel