Corrected user_settings column size.

This commit is contained in:
alext 2017-07-10 10:17:17 +02:00
parent e8d9e49cfd
commit b1b6b5f62a

View file

@ -31,7 +31,7 @@ CREATE TABLE `ea_roles` (
`services` int(4) DEFAULT NULL,
`users` int(4) DEFAULT NULL,
`system_settings` int(4) DEFAULT NULL,
`user_settings` int(11) DEFAULT NULL
`user_settings` int(4) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `ea_secretaries_providers` (