Mercury/src/db/migrations/004_blacklist_method_text.sql
Matthew L McPeak 7e9bd0b55d
Some checks failed
ci / test (push) Failing after 8s
ci / build-ui (push) Successful in 12s
ci / publish (push) Has been skipped
Inital Commit
2026-06-19 06:02:08 -04:00

2 lines
139 B
SQL

-- Widen method column to support comma-separated multi-method values e.g. "GET,POST"
ALTER TABLE blacklist ALTER COLUMN method TYPE TEXT;