remove typo from setupdbfix

originally had an extra 's' at the end of routeparameters, breaking
aliases.

Fixes: #33
This commit is contained in:
2023-07-09 16:56:39 -05:00
parent 09afb32185
commit 2fdf796822

View File

@ -75,7 +75,7 @@ sudo -u postgres psql -c "CREATE TABLE aliasRoutes(
aliasName text PRIMARY KEY, aliasName text PRIMARY KEY,
freelancerID int, freelancerID int,
route text, route text,
routeParameters text routeParameter text
); );
" cavecomm " cavecomm
sudo -u postgres psql cavecomm -c "GRANT ALL ON ALL FUNCTIONS IN SCHEMA public to cavecommadmin;" sudo -u postgres psql cavecomm -c "GRANT ALL ON ALL FUNCTIONS IN SCHEMA public to cavecommadmin;"