mirror of
https://github.com/openvk/openvk
synced 2024-12-25 01:51:03 +03:00
Update 00030-bug-tracker.sql
This commit is contained in:
parent
b479e7a70d
commit
97aaee48dc
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ CREATE TABLE `bt_comments` (
|
||||||
`is_moder` tinyint(1) DEFAULT NULL,
|
`is_moder` tinyint(1) DEFAULT NULL,
|
||||||
`is_hidden` tinyint(1) DEFAULT NULL,
|
`is_hidden` tinyint(1) DEFAULT NULL,
|
||||||
`text` longtext NOT NULL,
|
`text` longtext NOT NULL,
|
||||||
`label` varchar(50) NOT NULL
|
`label` varchar(50) NOT NULL,
|
||||||
|
`point_actions` bigint(20) DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||||
|
|
||||||
ALTER TABLE `bt_comments`
|
ALTER TABLE `bt_comments`
|
||||||
|
|
Loading…
Reference in a new issue