add pgcrypto back

This commit is contained in:
Francis Cao 2023-03-29 14:22:14 -07:00
parent f984d80c42
commit 96d25721da

View File

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