Skip to content

Commit

Permalink
FIX: Комментария
Browse files Browse the repository at this point in the history
  • Loading branch information
evgip committed Nov 3, 2022
1 parent d725416 commit c46c295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.sql
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ CREATE TABLE `users` (
`activated` tinyint(1) DEFAULT 0,
`limiting_mode` tinyint(1) DEFAULT 0,
`reg_ip` varchar(45) DEFAULT NULL,
`trust_level` int(11) NOT NULL COMMENT 'Уровень доверия. По умолчанию 0 (5 - админ)',
`trust_level` int(11) NOT NULL COMMENT 'Уровень доверия. По умолчанию 1 (10 - админ)',
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp(),
`invitation_available` int(11) NOT NULL DEFAULT 0,
Expand Down

0 comments on commit c46c295

Please sign in to comment.