-- AlterTable
ALTER TABLE `nav_items` ADD COLUMN `has_overview` BOOLEAN NOT NULL DEFAULT true;
