diff --git a/setupdb.sh b/setupdb.sh index 087927b..38b242c 100755 --- a/setupdb.sh +++ b/setupdb.sh @@ -75,7 +75,7 @@ sudo -u postgres psql -c "CREATE TABLE aliasRoutes( aliasName text PRIMARY KEY, freelancerID int, route text, - routeParameters text + routeParameter text ); " cavecomm sudo -u postgres psql cavecomm -c "GRANT ALL ON ALL FUNCTIONS IN SCHEMA public to cavecommadmin;"