Persist event sign designs and harden invitation permissions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE "event_signs" (
|
||||
"event_id" uuid PRIMARY KEY REFERENCES "events"("id") ON DELETE CASCADE,
|
||||
"revision" uuid NOT NULL,
|
||||
"object_key" text NOT NULL,
|
||||
"updated_at" timestamp with time zone DEFAULT now() NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user