mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
145071d499
* Removed Scripts folders * Removed .csproj references. * Added back HelperScripts * Added back additional helper scripts. * Fixed extra ItemGroup
5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
UPDATE "Organization"
|
|
SET "MaxAutoscaleSeats" = "Seats"
|
|
WHERE NOT EXISTS (SELECT 1 FROM "Organization" WHERE "MaxAutoscaleSeats" IS NOT NULL LIMIT 1)
|
|
AND NOT EXISTS (SELECT 1 FROM "Organization" WHERE "OwnersNotifiedOfAutoscaling" IS NOT NULL LIMIT 1)
|