feat:multiple bezoekers
This commit is contained in:
2
packages/db/src/migrations/0003_add_guests.sql
Normal file
2
packages/db/src/migrations/0003_add_guests.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Migration: Add guests column (JSON text) to registration table
|
||||
ALTER TABLE `registration` ADD `guests` text;
|
||||
Reference in New Issue
Block a user