Skip to content

Commit a68c8ad

Browse files
authoredJun 27, 2023
Create database-changes.sql
1 parent 1c4e135 commit a68c8ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎database-changes.sql

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE user
2+
ADD `reset_token_hash` VARCHAR(64) NULL DEFAULT NULL,
3+
ADD `reset_token_expires_at` DATETIME NULL DEFAULT NULL,
4+
ADD UNIQUE (`reset_token_hash`);

0 commit comments

Comments
 (0)
Please sign in to comment.