2 lines
112 B
SQL
2 lines
112 B
SQL
-- Add ttsOverride column to the accounts table
|
|
ALTER TABLE 'accounts' ADD COLUMN IF NOT EXISTS 'cooldown' TEXT; |