Skip to content

Commit 73adf2e

Browse files
committed
Merge remote-tracking branch 'origin/hotfix-19.1' into develop
2 parents 57c41c3 + bf55b41 commit 73adf2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rock.Migrations/Migrations/Version 19.0/Version 19.0/202604061630200_RemainingV19DataChanges.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AND only when both registrants' RegistrationTemplates require the same Signature
6767
AND only when signed document was created before the registrant record.
6868
*/
6969
70-
DECLARE @Today date = CONVERT( date,dbo.RockGetDate() );
70+
DECLARE @Today date = CONVERT( date, GETDATE() );
7171
7272
;WITH Targets AS
7373
(

0 commit comments

Comments
 (0)