add field for new diret register process

This commit is contained in:
Dario via Pythagoras 2020-06-15 14:21:28 +02:00
parent 582aba5bcd
commit 4f04a98740

View File

@ -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`)