Harden bulk retries, parallelize guest uploads, and move guest map below gallery
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE "operation_receipts" (
|
||||
"id" text PRIMARY KEY NOT NULL,
|
||||
"event_id" uuid NOT NULL REFERENCES "events"("id") ON DELETE CASCADE,
|
||||
"user_id" text NOT NULL REFERENCES "user"("id") ON DELETE CASCADE,
|
||||
"request_hash" text NOT NULL,
|
||||
"result" jsonb NOT NULL,
|
||||
"created_at" timestamp with time zone DEFAULT now() NOT NULL
|
||||
);
|
||||
@@ -81,6 +81,7 @@
|
||||
},
|
||||
{ "idx": 11, "version": "7", "when": 1789086000000, "tag": "0011_event_signs", "breakpoints": true },
|
||||
{ "idx": 12, "version": "7", "when": 1789086100000, "tag": "0012_invite_token", "breakpoints": true },
|
||||
{ "idx": 13, "version": "7", "when": 1789164000000, "tag": "0013_assistant_tokens", "breakpoints": true }
|
||||
{ "idx": 13, "version": "7", "when": 1789164000000, "tag": "0013_assistant_tokens", "breakpoints": true },
|
||||
{ "idx": 14, "version": "7", "when": 1789164100000, "tag": "0014_operation_receipts", "breakpoints": true }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user