Skip to content

Commit 6a9beb1

Browse files
committed
Use DisplayName as Name.
1 parent 483b887 commit 6a9beb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ func migrateOrganizationsFn() {
477477
intToUUID(org.ID),
478478
org.CreatedAt,
479479
org.UpdatedAt,
480-
org.Name,
481480
org.DisplayName,
481+
org.Name,
482482
org.CanHaveGateways,
483483
org.MaxDeviceCount,
484484
org.MaxGatewayCount,

0 commit comments

Comments
 (0)