Files
coder/coderd/database/migrations/000207_site_configs_text.up.sql
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
59 B
SQL

ALTER TABLE "site_configs" ALTER COLUMN "value" TYPE text;