mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
2 lines
82 B
SQL
2 lines
82 B
SQL
-- AlterTable
|
|
ALTER TABLE "event_data" ADD COLUMN "event_bool_value" BOOLEAN;
|