Ghi chú phát triển 4.6.00 - nukeviet/module-laws GitHub Wiki

Thêm tình trạng hiệu lực

ALTER TABLE `nv4_vi_laws_row` ADD effective_status tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Tình trạng hiệu lực: 0 tự động (đã biết), 1 hiệu lực một phần, 2 đã sửa đổi' AFTER status, ADD INDEX effective_status(effective_status);

DELETE FROM nv4_vi_laws_config WHERE `config_name` = 'detail_pdf_quick_view';
INSERT INTO `nv4_vi_laws_config` (`config_name`, `config_value`) VALUES ('quickview', 'pdf,ms,image');