mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: change site_configs.value
to text
(#13036)
* chore: change `site_configs.value` to `text` * `make gen`
This commit is contained in:
committed by
GitHub
parent
d3f3ace220
commit
fab5591cf6
@ -0,0 +1 @@
|
||||
ALTER TABLE "site_configs" ALTER COLUMN "value" TYPE character varying(8192);
|
@ -0,0 +1 @@
|
||||
ALTER TABLE "site_configs" ALTER COLUMN "value" TYPE text;
|
Reference in New Issue
Block a user