fix auth, add pg extension

This commit is contained in:
Brian Cao 2022-10-25 10:25:27 -07:00
parent 994cf950c8
commit b6a2058e51
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;