mirror of https://github.com/buster-so/buster.git
2 lines
113 B
MySQL
2 lines
113 B
MySQL
|
-- Add trigger_run_id column to messages table
|
||
|
ALTER TABLE messages ADD COLUMN IF NOT EXISTS trigger_run_id text;
|