mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: rename 'first-organization' to 'coder' (#14808)
Rename the first-organization original name. Users can change from the original name.
This commit is contained in:
@ -92,8 +92,8 @@ func New() database.Store {
|
||||
// Always start with a default org. Matching migration 198.
|
||||
defaultOrg, err := q.InsertOrganization(context.Background(), database.InsertOrganizationParams{
|
||||
ID: uuid.New(),
|
||||
Name: "first-organization",
|
||||
DisplayName: "first-organization",
|
||||
Name: "coder",
|
||||
DisplayName: "Coder",
|
||||
Description: "Builtin default organization.",
|
||||
Icon: "",
|
||||
CreatedAt: dbtime.Now(),
|
||||
|
Reference in New Issue
Block a user