mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch 'register_direct' of ssh://**REDACTED**/~/_C++/gradido_login_server into register_direct
This commit is contained in:
commit
4b315dd8d8
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user