Files
coder/coderd/database/migrations/000207_site_configs_text.down.sql
T
Kayla Washburn-Love fab5591cf6 chore: change site_configs.value to text (#13036)
* chore: change `site_configs.value` to `text`

* `make gen`
2024-04-22 17:25:36 -06:00

2 lines
78 B
SQL

ALTER TABLE "site_configs" ALTER COLUMN "value" TYPE character varying(8192);