mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add field for new diret register process
This commit is contained in:
parent
582aba5bcd
commit
4f04a98740
@ -8,6 +8,7 @@ CREATE TABLE `users` (
|
||||
`privkey` binary(80) DEFAULT NULL,
|
||||
`created` datetime NOT NULL DEFAULT current_timestamp(),
|
||||
`email_checked` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`passphrase_shown` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`language` varchar(4) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT 'de',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `email` (`email`)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user