modifiy freelancer table to track a logged in session
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user