- Notifications
You must be signed in to change notification settings - Fork927
feat: rich parameters: introduce display_name#6919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
48e3363
c4b6b93
a11b69e
f1aad27
e4716cc
89927cb
a7bc12c
91d1a1c
63296c5
45f6bae
0f756cf
b14dde1
c62f50f
d4411cd
1591bbd
4261fe9
3aa6ce8
a0554df
ad268b8
61dab98
a68cc51
9fe4100
d71c97f
3a947d4
3ff3b62
99872e1
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTERTABLE template_version_parameters DROP COLUMN display_name; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTERTABLE template_version_parameters ADD COLUMN display_nametextNOT NULL DEFAULT''; | ||
COMMENTON COLUMNtemplate_version_parameters.display_name | ||
IS'Display name of the rich parameter'; |
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.