[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2634] trunk/install-mycompany.sh
- Subject: SF.net SVN: ledger-smb:[2634] trunk/install-mycompany.sh
- From: ..hidden..
- Date: Mon, 08 Jun 2009 18:05:57 +0000
Revision: 2634
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2634&view=rev
Author: jfkw
Date: 2009-06-08 18:05:57 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
Add sql/modules/admin.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:41:09 UTC (rev 2633)
+++ trunk/install-mycompany.sh 2009-06-08 18:05:57 UTC (rev 2634)
@@ -38,6 +38,7 @@
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/modules/admin.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.