[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2633] trunk/install-mycompany.sh
- Subject: SF.net SVN: ledger-smb:[2633] trunk/install-mycompany.sh
- From: ..hidden..
- Date: Mon, 08 Jun 2009 17:41:09 +0000
Revision: 2633
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2633&view=rev
Author: jfkw
Date: 2009-06-08 17:41:09 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
Add sql/modules/TaxForm.sql to developer-tester bootstrap script install-mycompany.sh.
Modified Paths:
--------------
trunk/install-mycompany.sh
Modified: trunk/install-mycompany.sh
===================================================================
--- trunk/install-mycompany.sh 2009-06-08 17:22:05 UTC (rev 2632)
+++ trunk/install-mycompany.sh 2009-06-08 17:41:09 UTC (rev 2633)
@@ -37,6 +37,7 @@
psql -U postgres -d mycompany -f $CWD/sql/modules/Reconciliation.sql ;
psql -U postgres -d mycompany -f $CWD/sql/modules/Inventory.sql ;
psql -U postgres -d mycompany -f $CWD/sql/modules/Vendor.sql ;
+psql -U postgres -d mycompany -f $CWD/sql/modules/TaxForm.sql ;
psql -U postgres -d mycompany -f $CWD/sql/coa/us/chart/General.sql
sed -e "s/<?lsmb dbname ?>/mycompany/g" $CWD/sql/modules/Roles.sql > $CWD/mycompany_roles.sql ;
psql -U postgres -d mycompany -f $CWD/mycompany_roles.sql ;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.