mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 15:59:29 +00:00
Fix security questions encoding issue
This commit is contained in:
parent
74e6549897
commit
d6bd7966fb
@ -522,10 +522,10 @@ CREATE TABLE `utilisateurs` (
|
|||||||
`affiche_chat` int(11) NOT NULL DEFAULT '0',
|
`affiche_chat` int(11) NOT NULL DEFAULT '0',
|
||||||
`public` int(11) NOT NULL DEFAULT '0',
|
`public` int(11) NOT NULL DEFAULT '0',
|
||||||
`pageouverte` int(11) NOT NULL DEFAULT '0',
|
`pageouverte` int(11) NOT NULL DEFAULT '0',
|
||||||
`question1` varchar(255) DEFAULT NULL,
|
`question1` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL,
|
||||||
`reponse1` varchar(255) DEFAULT NULL,
|
`reponse1` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL,
|
||||||
`question2` varchar(255) DEFAULT NULL,
|
`question2` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL,
|
||||||
`reponse2` varchar(255) DEFAULT NULL,
|
`reponse2` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL,
|
||||||
`bloquecommentaire` int(11) NOT NULL DEFAULT '0',
|
`bloquecommentaire` int(11) NOT NULL DEFAULT '0',
|
||||||
`last_activity` int(11) NOT NULL DEFAULT '1',
|
`last_activity` int(11) NOT NULL DEFAULT '1',
|
||||||
`bloquenotification` int(11) NOT NULL DEFAULT '1',
|
`bloquenotification` int(11) NOT NULL DEFAULT '1',
|
||||||
|
Loading…
Reference in New Issue
Block a user