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