From 6a9beb1515590a975dc047163c83ed5ab9489c1e Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 14 Mar 2024 11:34:35 +0000 Subject: [PATCH] Use DisplayName as Name. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bf4101d..313fd32 100644 --- a/main.go +++ b/main.go @@ -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,