Files
Prism/internal/store/migrations/002_country.sql
T
renjue 35b3b4835e
CI / test (push) Successful in 2m16s
CI / docker (push) Failing after 2m58s
feat: Prism HTTP/SOCKS5 代理网关及管理台
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 15:01:44 +08:00

6 lines
143 B
SQL

-- +goose Up
ALTER TABLE proxy_nodes ADD COLUMN country TEXT NOT NULL DEFAULT '';
-- +goose Down
ALTER TABLE proxy_nodes DROP COLUMN country;