mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
add pgcrypto back
This commit is contained in:
parent
f984d80c42
commit
96d25721da
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