infoalloggi-monorepo/apps/db/migrations/42_comms_bool.up.sql

2 lines
108 B
MySQL
Raw Permalink Normal View History

ALTER TABLE IF EXISTS public.users
ADD COLUMN IF NOT EXISTS comms_enabled boolean NOT NULL DEFAULT true;