39074-vm/db/migrations/007_add_consented_column.sql
Flatlogic Bot 1a06383009 11
2026-03-10 06:21:31 +00:00

2 lines
88 B
SQL

ALTER TABLE attendees ADD COLUMN IF NOT EXISTS consented TINYINT(1) NOT NULL DEFAULT 0;