umami/db/postgresql/migrations/20230507180839_add_event_bo.../migration.sql

3 lines
82 B
MySQL
Raw Normal View History

2023-05-07 20:15:20 +02:00
-- AlterTable
ALTER TABLE "event_data" ADD COLUMN "event_bool_value" BOOLEAN;