mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
add missing mail query
This commit is contained in:
6
patch-schema/missing-mail.sql
Normal file
6
patch-schema/missing-mail.sql
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
BEGIN;
|
||||||
|
|
||||||
|
ALTER TABLE IF EXISTS public.mail
|
||||||
|
ADD COLUMN IF NOT EXISTS locked boolean NOT NULL DEFAULT false;
|
||||||
|
|
||||||
|
END;
|
||||||
Reference in New Issue
Block a user