38443-vm/db/migrations/20260313_add_ai_moderation_to_channels.sql
2026-03-14 21:22:30 +00:00

3 lines
134 B
SQL

-- Add ai_moderation_enabled column to channels table
ALTER TABLE `channels` ADD COLUMN `ai_moderation_enabled` TINYINT(1) DEFAULT 1;