Finalize no longer requires a magic link. Guest rows stay off the catalog until sign-in on the same browser attaches ownership, and the login modal kebab no longer acts as a second close. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
185 B
SQL
6 lines
185 B
SQL
-- AlterTable
|
|
ALTER TABLE "PublishedRule" ADD COLUMN "claimTokenHash" TEXT;
|
|
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX "PublishedRule_claimTokenHash_key" ON "PublishedRule"("claimTokenHash");
|