From 46af19368ee99273a178c787f5cd6d3733f22784 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sat, 17 Feb 2018 14:19:49 -0500 Subject: [PATCH] merge c9 setup into one --- deploy/setup.cmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deploy/setup.cmd b/deploy/setup.cmd index 5075a59..1c04b9b 100644 --- a/deploy/setup.cmd +++ b/deploy/setup.cmd @@ -1,3 +1,7 @@ "C:\PostgreSQL\pg10\bin\psql" -h localhost -p 5433 -d postgres -U postgres -c "DROP DATABASE ubm" "C:\PostgreSQL\pg10\bin\psql" -h localhost -p 5433 -d postgres -U postgres -c "CREATE DATABASE ubm" -"C:\PostgreSQL\pg10\bin\psql" -h localhost -p 5433 -d ubm -U postgres -f "C:\users\fleet\documents\tps_etl\ubm_schema.sql" \ No newline at end of file +"C:\PostgreSQL\pg10\bin\psql" -h localhost -p 5433 -d ubm -U postgres -f "C:\users\fleet\documents\tps_etl\ubm_schema.sql" + +"/home/ubuntu/workspace/bigsql/pg10/bin/psql" -h localhost -p 5432 -d postgres -U postgres -c "DROP DATABASE ubm" +"/home/ubuntu/workspace/bigsql/pg10/bin/psql" -h localhost -p 5432 -d postgres -U postgres -c "CREATE DATABASE ubm" +"/home/ubuntu/workspace/bigsql/pg10/bin/psql" -h localhost -p 5432 -d ubm -U postgres -f "/home/ubuntu/workspace/tps_etl/ubm_schema.sql" \ No newline at end of file