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