-- AlterTable
ALTER TABLE `nav_items` ADD COLUMN `authenticated_only` BOOLEAN NOT NULL DEFAULT false;
