-
Notifications
You must be signed in to change notification settings - Fork 927
feat: expose owner_name
in coder_workspace
resource
#11639
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
6653b24
2b239ab
7fd0577
2defb89
06208e5
e0d8551
e3565e6
e6c23aa
7df71de
afced2a
8e6f929
97dfbcf
4d8934d
15367f0
891705f
f3c0c42
d116566
2bc609e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE users DROP COLUMN name; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE users ADD COLUMN name text NOT NULL DEFAULT ''; | ||
|
||
COMMENT ON COLUMN users.name IS 'Name of the Coder user'; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.