From 65f3ecdebdd655f63e5bf0cc5a780e393d64dc3e Mon Sep 17 00:00:00 2001 From: cyprain-okeke Date: Tue, 30 May 2023 10:41:18 +0100 Subject: [PATCH] Correct the column name --- src/Sql/dbo/Stored Procedures/Organization_Create.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sql/dbo/Stored Procedures/Organization_Create.sql b/src/Sql/dbo/Stored Procedures/Organization_Create.sql index df1acb24ff..44ef26cd36 100644 --- a/src/Sql/dbo/Stored Procedures/Organization_Create.sql +++ b/src/Sql/dbo/Stored Procedures/Organization_Create.sql @@ -159,7 +159,7 @@ BEGIN @UsePasswordManager, @SmSeats, @SmServiceAccounts, - @MaxAutoscaleSmSeat, + @MaxAutoscaleSmSeats, @MaxAutoscaleSmServiceAccounts ) END \ No newline at end of file