reminder-bot/migrations/20230511125236_reminder_threads.sql

3 lines
95 B
MySQL
Raw Normal View History

-- Add migration script here
ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;