From 6b4db289cc6af2b4588102bd02800d342a17ca52 Mon Sep 17 00:00:00 2001
From: einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>
Date: Mon, 18 Sep 2006 04:44:02 +0000
Subject: Updating for testing.  Dataset creation and backup are currently
 known to be broken.

git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@109 4979c152-3d1c-0410-bac9-87ea11338e46
---
 Changelog         | 2 ++
 LedgerSMB/Form.pm | 2 +-
 sql/Pg-tables.sql | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index 398f1717..8adc1c2f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,8 @@
 Changelog for LedgerSMB 1.1.0
 
 Database
+* Added add_custom_field and drop_custom_field functions.
+	-- will be more integrated into API next version
 * Added utility to partially recover from SQL-Ledger data corruption issues.
 * Primary Key added to acc_trans table
 * DB Updates now use one transaction per update file.
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 64590e48..cc60e287 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -63,7 +63,7 @@ sub new {
 	$self->{menubar} = 1 if $self->{path} =~ /lynx/i;
 
 	$self->{version} = "1.0.0";
-	$self->{dbversion} = "2.6.17";
+	$self->{dbversion} = "2.6.18";
 
 	bless $self, $type;
 
diff --git a/sql/Pg-tables.sql b/sql/Pg-tables.sql
index e286c0a6..264585ca 100755
--- a/sql/Pg-tables.sql
+++ b/sql/Pg-tables.sql
@@ -35,7 +35,8 @@ CREATE TABLE chart (
   category char(1),
   link text,
   gifi_accno text,
-  contra bool DEFAULT 'f'
+  contra bool DEFAULT 'f',
+  PRIMARY KEY (id)
 );
 --
 CREATE TABLE gifi (
-- 
cgit v1.2.3