Skip to content

Commit

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

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

- name: "Build SQL change"
shell: bash
run: |
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 36b1bcf

Please sign in to comment.