-- AlterTable
-- The new default is false but we set true for all current apps
UPDATE "App" SET "enabled" = true;
