first working demo

This commit is contained in:
2025-07-22 17:03:36 +02:00
parent f58e9ef5a2
commit b084910dc0
52 changed files with 11455 additions and 138 deletions

View File

@@ -0,0 +1,3 @@
DROP INDEX IF EXISTS `participant_audio_unique`;--> statement-breakpoint
ALTER TABLE `invite_link` ADD `deleted_at` integer;--> statement-breakpoint
ALTER TABLE `participant` ADD `deleted_at` integer;