1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

rename plan to "Families"

This commit is contained in:
Kyle Spearrin
2017-11-08 12:36:27 -05:00
parent 666c065c47
commit daefe0d66b
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ GO
UPDATE
[dbo].[Organization]
SET
[Plan] = 'Family'
[Plan] = 'Families'
WHERE
[PlanType] = 1
GO