-- AlterTable
ALTER TABLE `MediaPost` MODIFY `visibility` ENUM('public', 'private', 'customer_only') NOT NULL DEFAULT 'public';
