Add migration for threads. Add ability to load .env from wd

This commit is contained in:
2023-05-11 13:53:52 +01:00
parent 4416e5d175
commit 6e831c8253
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- Add migration script here
ALTER TABLE reminders ADD COLUMN `thread_id` BIGINT DEFAULT NULL;