fix auth, add pg extension (#1596)

This commit is contained in:
Brian Cao
2022-10-25 10:27:43 -07:00
committed by GitHub
parent 994cf950c8
commit ebf439c598
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS pgcrypto;
-- AlterTable
ALTER TABLE "account" ADD COLUMN "account_uuid" UUID NULL;