mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Fix typos in comments (#2876)
This commit is contained in:
@ -55,7 +55,7 @@ WHERE
|
||||
[ApiKey] IS NULL
|
||||
GO
|
||||
|
||||
-- Change dbo.User.ApiKey to not null to enforece all future users to have one on create
|
||||
-- Change dbo.User.ApiKey to not null to enforce all future users to have one on create
|
||||
ALTER TABLE
|
||||
[dbo].[User]
|
||||
ALTER COLUMN
|
||||
|
Reference in New Issue
Block a user