mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
re-add pgcrypto extension
This commit is contained in:
parent
b1074c893a
commit
672608b2f5
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
-- CreateExtension
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE "user" (
|
||||
"user_id" UUID NOT NULL,
|
||||
|
|
|
|||
Loading…
Reference in a new issue