Browse Source

Correct the column name

ac-1427/add_new_organisation_properties_update_db_objects_and_create_migration
cyprain-okeke 3 years ago
parent
commit
65f3ecdebd
No known key found for this signature in database
GPG Key ID: 80D6C9FF3519745
  1. 2
      src/Sql/dbo/Stored Procedures/Organization_Create.sql

2
src/Sql/dbo/Stored Procedures/Organization_Create.sql

@ -159,7 +159,7 @@ BEGIN @@ -159,7 +159,7 @@ BEGIN
@UsePasswordManager,
@SmSeats,
@SmServiceAccounts,
@MaxAutoscaleSmSeat,
@MaxAutoscaleSmSeats,
@MaxAutoscaleSmServiceAccounts
)
END
Loading…
Cancel
Save