mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-05-07 14:54:56 +02:00
6 lines
115 B
PL/PgSQL
6 lines
115 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE IF EXISTS public.mail
|
|
ADD COLUMN IF NOT EXISTS locked boolean NOT NULL DEFAULT false;
|
|
|
|
END; |