lazyBoy/migrations/013_voice_enabled.sql

3 lines
80 B
SQL

ALTER TABLE spaces
ADD COLUMN voice_enabled BOOLEAN NOT NULL DEFAULT FALSE;