Skip to content

Commit

Permalink
[Actions] Updated .github/actions/database-deploy/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 11, 2024
1 parent e2bd4f7 commit 9e94717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/database-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: "Get SQL Compare"
shell: bash
run: docker pull redgate/sqlcompare:latest
run: docker pull redgate/sqlcompare:15.3.0


- name: "Build SQL Diff change"
Expand All @@ -36,7 +36,7 @@ runs:
docker run \
"-v$GITHUB_WORKSPACE:$GITHUB_WORKSPACE" \
--net=host \
--rm redgate/sqlcompare:latest \
--rm redgate/sqlcompare:15.3.0 \
/IAgreeToTheEULA \
/filter:"$DB_FILTER" \
/options:CaseSensitiveObjectDefinition,ConsiderNextFilegroupInPartitionSchemes,DecryptPost2kEncryptedObjects,DoNotOutputCommentHeader,ForceColumnOrder,IgnoreCertificatesAndCryptoKeys,IgnoreDatabaseAndServerName,IgnoreUserProperties,IgnoreUsersPermissionsAndRoleMemberships,IgnoreWhiteSpace,IgnoreWithElementOrder,IncludeDependencies,NoDeploymentLogging,ThrowOnFileParseFailed,UseCompatibilityLevel \
Expand Down

0 comments on commit 9e94717

Please sign in to comment.