File indexing completed on 2024-04-21 06:00:37

0001 ALTER TABLE `config_store`
0002     ADD COLUMN `is_show_blog_news` INT(1) NULL DEFAULT '1' AFTER `is_show_git_projects`,
0003     ADD COLUMN `is_show_forum_news` INT(1) NULL DEFAULT '1' AFTER `is_show_blog_news`;