mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 04:25:39 +01:00
Merge branch 'dev' into cockroach-db
This commit is contained in:
commit
f40a20f7e3
63 changed files with 2194 additions and 1132 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