gitdataai/lib/migrate/sql/room/room_up_02.sql

2 lines
85 B
SQL

ALTER TABLE room ADD COLUMN IF NOT EXISTS ai_enabled BOOLEAN NOT NULL DEFAULT FALSE;