Files
DS4Server/migrations/20260725000000_add_endpoint_port/up.sql
T

3 lines
126 B
SQL

ALTER TABLE preferences ADD COLUMN endpoint_port INTEGER NOT NULL DEFAULT 4000
CHECK (endpoint_port BETWEEN 1 AND 65535);