mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
add prefecture and city info
This commit is contained in:
parent
911eae897f
commit
75f49d3042
3 changed files with 26 additions and 17 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `session` ADD COLUMN `city` VARCHAR(100) NULL,
|
||||
ADD COLUMN `prefecture` VARCHAR(2) NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue