Add GET /events/{token} endpoint and timezone field to OpenAPI spec

OpenAPI: new GetEventResponse schema, timezone on Create request/response.
Liquibase: add timezone VARCHAR(64) NOT NULL DEFAULT 'UTC' column.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 22:33:18 +01:00
parent 80d79c3596
commit e77e479e2a
3 changed files with 101 additions and 0 deletions

View File

@@ -7,5 +7,6 @@
<include file="db/changelog/000-baseline.xml"/>
<include file="db/changelog/001-create-events-table.xml"/>
<include file="db/changelog/002-add-timezone-column.xml"/>
</databaseChangeLog>