Skip to content

feat: Add support for renaming workspaces #3409

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

Merged
merged 16 commits into from
Aug 26, 2022
Prev Previous commit
Next Next commit
fix: Typo
  • Loading branch information
mafredri committed Aug 24, 2022
commit 0b23095abd92f97d2cb51a7551aa8f9013c788b7
2 changes: 1 addition & 1 deletion coderd/database/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
// UniqueConstraint represents a named unique constraint on a table.
type UniqueConstraint string

// UniqueConstrain enums.
// UniqueConstraint enums.
// TODO(mafredri): Generate these from the database schema.
const (
UniqueConstraintAny UniqueConstraint = ""
Expand Down