[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2671] trunk/install-mycompany.sh
- Subject: SF.net SVN: ledger-smb:[2671] trunk/install-mycompany.sh
- From: ..hidden..
- Date: Fri, 12 Jun 2009 21:23:30 +0000
Revision: 2671
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2671&view=rev
Author: jfkw
Date: 2009-06-12 21:23:30 +0000 (Fri, 12 Jun 2009)
Log Message:
-----------
install-mycompany.sh: utilize sql/install.sql to load modules in order.
Modified Paths:
--------------
trunk/install-mycompany.sh
Modified: trunk/install-mycompany.sh
===================================================================
--- trunk/install-mycompany.sh 2009-06-12 21:15:04 UTC (rev 2670)
+++ trunk/install-mycompany.sh 2009-06-12 21:23:30 UTC (rev 2671)
@@ -17,28 +17,7 @@
psql -U postgres -d mycompany -f $CONTRIB/tablefunc.sql
psql -U postgres -d mycompany -f $CONTRIB/pg_trgm.sql
psql -U postgres -d mycompany -f $CWD/sql/Pg-database.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Drafts.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/chart.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Account.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Session.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Business_type.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Location.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Company.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Customer.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Date.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Defaults.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Settings.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Employee.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Entity.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Payment.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Person.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Report.sql ;
-psql -U postgres -d mycompany -f $CWD/sql/modules/Voucher.sql ;
-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/modules/admin.sql ;
+psql -U postgres -d mycompany -f $CWD/sql/modules/install.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.