Create 26-fix-mail.sql

This commit is contained in:
wish
2025-04-10 23:35:59 +10:00
committed by GitHub
parent ee7b099deb
commit d83c784452

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE mail ADD COLUMN IF NOT EXISTS is_sys_message BOOLEAN NOT NULL DEFAULT false;
END;