Skip to content

Commit

Permalink
fix: migration pgcrypto (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
tea-artist committed Jul 11, 2024
1 parent be1298a commit 9e99fc4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ CREATE TABLE "setting" (
CONSTRAINT "setting_pkey" PRIMARY KEY ("instance_id")
);

CREATE EXTENSION IF NOT EXISTS pgcrypto;

-- Insert initial record
INSERT INTO "setting" ("instance_id", "disallow_sign_up", "disallow_space_creation") VALUES (gen_random_uuid(), NULL, NULL);

0 comments on commit 9e99fc4

Please sign in to comment.