3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
-- Add migration script here
|
||
|
ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;
|