Files
sub2api/backend/migrations/175_add_ops_system_logs_host.sql
T

4 lines
142 B
SQL
Raw Normal View History

-- Track the application host that emitted each indexed system log.
ALTER TABLE ops_system_logs
ADD COLUMN IF NOT EXISTS host VARCHAR(255);