mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add README parsing to template versions (#1500)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE template_versions RENAME README TO description;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE template_versions RENAME description TO readme;
|
||||
Reference in New Issue
Block a user