[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Status of 1.4 and call for involvement
- Subject: Re: Status of 1.4 and call for involvement
- From: Berend Tober <..hidden..>
- Date: Mon, 12 Nov 2012 23:38:30 -0500
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;