Reviewed-on: #8 Co-authored-by: Patrick Mueller <patrick@mueller-patrick.tech> Co-committed-by: Patrick Mueller <patrick@mueller-patrick.tech>
This commit was merged in pull request #8.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Nachklang e.V. Tickets module — adds a per-event "address required" flag,
|
||||
-- distinct from collect_address (which only controls whether the field is
|
||||
-- shown/collected at all). Apply manually against TICKETS_DB, after
|
||||
-- 001_init.sql:
|
||||
-- mysql -h <DB_HOST> -u <DB_USER> -p <TICKETS_DB> < 002_add_require_address.sql
|
||||
ALTER TABLE event_ticket_settings
|
||||
ADD COLUMN require_address TINYINT(1) NOT NULL DEFAULT 0 AFTER collect_address;
|
||||
Reference in New Issue
Block a user