alarm-monitoring/migrations/4 - Add Cooldown.sql
2024-08-30 14:16:12 -06:00

2 lines
112 B
SQL

-- Add ttsOverride column to the accounts table
ALTER TABLE 'accounts' ADD COLUMN IF NOT EXISTS 'cooldown' TEXT;