mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
[PM-1390] X-Plat/SDK Style SQL Project (#2795)
* Use SDK Style .sqlproj * Fix Validate Job * Debug Build * Debug Validate * Fix Build (Hopefully) * Remove Unneeded `xmlns` Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com> * Upload Dacpac in Pipeline * Add Version Tag --------- Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
@ -20,9 +20,9 @@ BEGIN
|
||||
[DomainName] = @DomainName,
|
||||
[CreationDate] = @CreationDate,
|
||||
[VerifiedDate] = @VerifiedDate,
|
||||
[LastCheckedDate] = @LastCheckedDate
|
||||
[LastCheckedDate] = @LastCheckedDate,
|
||||
[NextRunDate] = @NextRunDate,
|
||||
[JobRunCount] = @JobRunCount
|
||||
WHERE
|
||||
[Id] = @Id
|
||||
END
|
||||
END
|
||||
|
Reference in New Issue
Block a user