mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
update check-db, add pgcrypto extension if not exists on init migration
This commit is contained in:
parent
fad38dc180
commit
7c0db0633f
2 changed files with 42 additions and 45 deletions
|
|
@ -1,3 +1,6 @@
|
|||
-- CreateExtension
|
||||
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
|
||||
|
||||
-- CreateTable
|
||||
CREATE TABLE "user" (
|
||||
"user_id" UUID NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue