mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 12:17:35 +00:00
Database updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE `password_history` (
|
||||
`id_password_history` int NOT NULL,
|
||||
`id_user` int DEFAULT NULL,
|
||||
`id_password_history` char(36) NOT NULL,
|
||||
`id_user` char(36) DEFAULT NULL,
|
||||
`password_hash` varchar(255) NOT NULL,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id_password_history`),
|
||||
|
||||
Reference in New Issue
Block a user