event subscriptions

This commit is contained in:
toni
2026-03-15 15:39:45 +01:00
parent 29c6828dd1
commit 2620538a2c
26 changed files with 1028 additions and 214 deletions
@@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `title` to the `FoundEventAttachments` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "FoundEventAttachments" ADD COLUMN "title" VARCHAR NOT NULL;