mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
remove event_data.
This commit is contained in:
parent
4cb5a14de9
commit
0cc1319e14
19 changed files with 29 additions and 627 deletions
|
|
@ -62,7 +62,6 @@ CREATE TABLE `website_event` (
|
|||
`referrer` VARCHAR(500) NULL,
|
||||
`event_type` INTEGER UNSIGNED NOT NULL DEFAULT 1,
|
||||
`event_name` VARCHAR(50) NULL,
|
||||
`event_data` JSON NULL,
|
||||
|
||||
INDEX `website_event_created_at_idx`(`created_at`),
|
||||
INDEX `website_event_session_id_idx`(`session_id`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue