1
0
mirror of https://github.com/v2board/v2board.git synced 2025-04-24 02:22:35 +08:00
This commit is contained in:
root 2019-12-13 17:44:28 +08:00
parent eb9687c982
commit 621d29e126

@ -53,6 +53,3 @@ CREATE TABLE `v2_ticket_message` (
ALTER TABLE `v2_ticket`
ADD `last_reply_user_id` int(11) NOT NULL AFTER `user_id`;
ALTER TABLE `v2_ticket`
ADD `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0:已开启 1:已关闭' AFTER `level`;