mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 22:09:29 +00:00
Updated database structure
This commit is contained in:
parent
2e877f2446
commit
5a21389017
@ -499,5 +499,6 @@ CREATE TABLE `utilisateurs` (
|
||||
`public_note` varchar(255) DEFAULT NULL,
|
||||
`password_reset_token` varchar(255) DEFAULT NULL,
|
||||
`password_reset_token_time_create` int(11) DEFAULT NULL,
|
||||
`lang` varchar(4) DEFAULT 'en',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
Loading…
Reference in New Issue
Block a user