mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
feat(session): create website on session request
This commit is contained in:
parent
c881751e4f
commit
66f2075f37
6 changed files with 17137 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ create table account (
|
|||
|
||||
create table website (
|
||||
website_id int unsigned not null auto_increment primary key,
|
||||
website_uuid varchar(36) unique not null,
|
||||
website_uuid varchar(128) unique not null,
|
||||
user_id int unsigned not null,
|
||||
name varchar(100) not null,
|
||||
domain varchar(500),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue