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

0001 ALTER TABLE `config_store`
0002     ADD COLUMN `is_show_git_projects` INT(1) NULL DEFAULT '1' COMMENT 'Should the latest Git-Projects-Section been shown?' AFTER `is_show_home`;