mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix auth, add pg extension (#1596)
This commit is contained in:
parent
994cf950c8
commit
ebf439c598
3 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
-- CreateExtension
|
||||
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "account" ADD COLUMN "account_uuid" UUID NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue