mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01: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
|
-- CreateTable
|
||||||
CREATE TABLE "user" (
|
CREATE TABLE "user" (
|
||||||
"user_id" UUID NOT NULL,
|
"user_id" UUID NOT NULL,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue