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

4 lines
61 B
SQL

ALTER TABLE accounts
DROP COLUMN IF EXISTS inbox_limit;