reminder-bot/migrations/20230511125236_reminder_threads.sql

2 lines
66 B
MySQL
Raw Normal View History

ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;