1
0
mirror of https://github.com/v2board/v2board.git synced 2025-05-09 01:34:43 +08:00

update tutorial

This commit is contained in:
Tokumeikoi 2020-02-19 14:32:22 +08:00
parent 5154993887
commit d969220654

@ -165,3 +165,6 @@ ADD `refund_amount` int(11) NULL COMMENT '退款金额' AFTER `surplus_amount`;
ALTER TABLE `v2_tutorial` ALTER TABLE `v2_tutorial`
ADD `category_id` int(11) NOT NULL AFTER `id`; ADD `category_id` int(11) NOT NULL AFTER `id`;
ALTER TABLE `v2_tutorial`
DROP `description`;