Skip to content

Commit 21b5be1

Browse files
committed
Include status message for post-deployment ClusterDb script
1 parent dbce946 commit 21b5be1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
IF '$(PopulateReferenceTables)' = 'True'
22
BEGIN
3+
PRINT('Executing post deployment script. This may take a while...')
34
EXEC processing.PopulateReferenceTables;
45
END

0 commit comments

Comments
 (0)