findtheti.me/migrations/20240109082813_EventAddDuration.sql

2 lines
89 B
MySQL
Raw Permalink Normal View History

2024-01-09 17:23:40 +02:00
ALTER TABLE events.event
ADD COLUMN IF NOT EXISTS duration INTEGER NOT NULL DEFAULT (60);