diff --git a/setupdb.sh b/setupdb.sh index 78c0438..084d823 100644 --- a/setupdb.sh +++ b/setupdb.sh @@ -31,7 +31,8 @@ sudo -u postgres psql -c "CREATE TABLE freelancers( generalInformation text, basicInformation text, stripeAccountInformation text, - commissionLimit int + commissionLimit int, + loginValidationKey text ); " cavecomm