-- AlterTable
ALTER TABLE `waypoint` MODIFY `isPublic` BOOLEAN NOT NULL DEFAULT false;
