remove typo from setupdbfix

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

Fixes: #33
This commit is contained in:
MichaelYick 2023-07-09 16:56:39 -05:00
parent 09afb32185
commit 2fdf796822
1 changed files with 1 additions and 1 deletions

View File

@ -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;"