Files
GmRelayBot/src/GmRelay.Bot/Migrations/V003__add_thread_id.sql
T

3 lines
134 B
SQL

-- Add thread_id to sessions to store the forum topic ID so we can delete it later
ALTER TABLE sessions ADD COLUMN thread_id INTEGER;