This commit is contained in:
2025-12-29 00:21:38 +01:00
parent b8ee939c45
commit 13383ff192
2 changed files with 59 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ CREATE TABLE events (
teaser_public VARCHAR(280) NOT NULL,
description TEXT NOT NULL,
location_label VARCHAR(180) NULL,
street VARCHAR(180) NULL,
zip CHAR(5) NULL,
city VARCHAR(120) NULL,
region VARCHAR(120) NULL,