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:
Steven Masley
2024-09-26 13:20:44 -05:00
committed by GitHub
parent b23e6a05c8
commit 5c977c6be7
5 changed files with 17 additions and 4 deletions

View File

@ -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(),