Files
gochat/migrations/000024_add_account_inbox_limit.up.sql
T

4 lines
82 B
SQL

ALTER TABLE accounts
ADD COLUMN IF NOT EXISTS inbox_limit INTEGER DEFAULT 0;