remove typo from setupdbfix
originally had an extra 's' at the end of routeparameters, breaking aliases. Fixes: #33
This commit is contained in:
@ -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;"
|
||||||
|
Reference in New Issue
Block a user