Add migration for threads. Add ability to load .env from wd
This commit is contained in:
2
migrations/20230511125236_reminder_threads.sql
Normal file
2
migrations/20230511125236_reminder_threads.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;
|
Reference in New Issue
Block a user