update migration

This commit is contained in:
Viet-Tien 2025-04-09 13:59:28 +07:00 committed by GitHub
parent 64f4aa29c4
commit 5453f90a0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
ALTER TABLE "event_data_blob" ADD COLUMN "event_name" Nullable(String);
ALTER TABLE "event_data" ADD COLUMN "visit_id" Nullable(UUID);