mirror of
https://github.com/beilunyang/moemail.git
synced 2026-09-07 00:06:44 +08:00
feat: Implement username/password authentication and registration features
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DROP TABLE `credential`;--> statement-breakpoint
|
||||
ALTER TABLE `user` ADD `username` text;--> statement-breakpoint
|
||||
ALTER TABLE `user` ADD `password` text;--> statement-breakpoint
|
||||
CREATE UNIQUE INDEX `user_username_unique` ON `user` (`username`);
|
||||
Reference in New Issue
Block a user