mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
update CH, postgres, MySQL schemas
This commit is contained in:
parent
4351ef37f8
commit
b6cc6cb655
5 changed files with 50 additions and 23 deletions
|
|
@ -0,0 +1,6 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "session" ADD COLUMN "city" VARCHAR(50),
|
||||
ADD COLUMN "subdivision" CHAR(3);
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "website_event" ADD COLUMN "page_title" VARCHAR(500);
|
||||
Loading…
Add table
Add a link
Reference in a new issue