Skip to content

Commit

Permalink
Use DisplayName as Name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Mar 14, 2024
1 parent 483b887 commit 6a9beb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ func migrateOrganizationsFn() {
intToUUID(org.ID),
org.CreatedAt,
org.UpdatedAt,
org.Name,
org.DisplayName,
org.Name,
org.CanHaveGateways,
org.MaxDeviceCount,
org.MaxGatewayCount,
Expand Down

0 comments on commit 6a9beb1

Please sign in to comment.