mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
checkpoint
This commit is contained in:
parent
3e2c098c05
commit
8f934c7e6c
14 changed files with 73 additions and 63 deletions
|
|
@ -36,8 +36,7 @@ ALTER TABLE `website` RENAME INDEX `website_uuid` TO `website_website_uuid_key`;
|
|||
*/
|
||||
-- Populate event_name
|
||||
update `event`
|
||||
set event_name = concat(event_value, "-", event_type)
|
||||
where 1 = 1;
|
||||
set event_name = event_value;
|
||||
|
||||
-- Set event_name not null
|
||||
ALTER TABLE `event`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue