Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -10,3 +10,12 @@ ALTER TABLE "account" ALTER COLUMN "account_uuid" SET NOT NULL;
|
|||||||
|
|
||||||
-- CreateIndex
|
-- CreateIndex
|
||||||
CREATE UNIQUE INDEX "account_account_uuid_key" ON "account"("account_uuid");
|
CREATE UNIQUE INDEX "account_account_uuid_key" ON "account"("account_uuid");
|
||||||
|
|
||||||
|
-- CreateIndex
|
||||||
|
CREATE INDEX "account_account_uuid_idx" ON "account"("account_uuid");
|
||||||
|
|
||||||
|
-- CreateIndex
|
||||||
|
CREATE INDEX "session_session_uuid_idx" ON "session"("session_uuid");
|
||||||
|
|
||||||
|
-- CreateIndex
|
||||||
|
CREATE INDEX "website_website_uuid_idx" ON "website"("website_uuid");
|
||||||
Reference in New Issue
Block a user