Manual modification to hasura migration.

This commit is contained in:
Patrick Fic
2024-03-15 10:23:13 -07:00
parent 3eab3e2fb6
commit 01fd253f1d

View File

@@ -1,2 +1 @@
alter table "public"."ioevents" add column "useremail" text
not null;
alter table "public"."ioevents" add column "useremail" text;