mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 13:44:01 +01:00
re-add pgcrypto extension
This commit is contained in:
parent
b1074c893a
commit
672608b2f5
@ -1,3 +1,6 @@
|
||||
-- CreateExtension
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE "user" (
|
||||
"user_id" UUID NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user