Password Reset spec and Database Table and related templates
This commit is contained in:
@@ -57,6 +57,13 @@ sudo -u postgres psql -c "CREATE TABLE cryptoWallets(
|
||||
);
|
||||
" cavecomm
|
||||
|
||||
sudo -u postgres psql -c "CREATE TABLE passwordResetKeys(
|
||||
freelancerEmail text PRIMARY KEY,
|
||||
passwordResetKey text UNIQUE,
|
||||
expiration timestamp
|
||||
);
|
||||
" cavecomm
|
||||
|
||||
sudo -u postgres psql -c "CREATE TABLE aliasRoutes(
|
||||
aliasName text PRIMARY KEY,
|
||||
freelancerID int,
|
||||
|
Reference in New Issue
Block a user