re-add pgcrypto extension

This commit is contained in:
Francis Cao 2023-04-16 21:13:51 -07:00
parent b1074c893a
commit 672608b2f5
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
-- CreateExtension
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
-- CreateTable
CREATE TABLE "user" (
"user_id" UUID NOT NULL,