[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2567] trunk
- Subject: SF.net SVN: ledger-smb:[2567] trunk
- From: ..hidden..
- Date: Fri, 17 Apr 2009 22:32:40 +0000
Revision: 2567
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2567&view=rev
Author: einhverfr
Date: 2009-04-17 22:32:40 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
Correcting oe schema issue.
Modified Paths:
--------------
trunk/install-mycompany.sh
trunk/sql/Pg-database.sql
Modified: trunk/install-mycompany.sh
===================================================================
--- trunk/install-mycompany.sh 2009-04-17 21:52:16 UTC (rev 2566)
+++ trunk/install-mycompany.sh 2009-04-17 22:32:40 UTC (rev 2567)
@@ -3,7 +3,8 @@
CWD=`pwd`
# The following path can vary per distribution
-CONTRIB=/usr/share/postgresql-8.3/contrib
+#CONTRIB=/usr/share/postgresql-8.3/contrib
+CONTRIB=/usr/local/pgsql/share/contrib
echo 'This script will create a mycompany dataset per INSTALL. Ctrl-C to cancel.'
Modified: trunk/sql/Pg-database.sql
===================================================================
--- trunk/sql/Pg-database.sql 2009-04-17 21:52:16 UTC (rev 2566)
+++ trunk/sql/Pg-database.sql 2009-04-17 22:32:40 UTC (rev 2567)
@@ -868,6 +868,7 @@
language_code varchar(6),
ponumber text,
terms int2 DEFAULT 0,
+ entity_credit_account int references entity_credit_account(id) not null,
oe_class_id int references oe_class(id) NOT NULL
);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.