Merge branch 'register_direct' of ssh://**REDACTED**/~/c++/gradido_login_server into register_direct

This commit is contained in:
Dario 2020-07-08 18:12:56 +02:00
commit 8ae3a527e1

View File

@ -2,6 +2,6 @@ CREATE TABLE `user_backups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`passphrase` text COLLATE utf8_bin NOT NULL,
`mnemonic_type` int(11) DEFAULT '-1'
`mnemonic_type` int(11) DEFAULT '-1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;