Files
reminder-bot/migrations/20230511125236_reminder_threads.sql
2023-05-11 19:40:33 +01:00

2 lines
66 B
SQL

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