mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
2 lines
83 B
SQL
2 lines
83 B
SQL
-- AlterTable
|
|
ALTER TABLE `event_data` ADD COLUMN `event_bool_value` BOOLEAN NULL;
|