sql-action
sql-action copied to clipboard
🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
Error SQL72045: Script execution error. The executed script: CREATE PROCEDURE [integration].[AutoMerge] @Source NVARCHAR (255), @Target NVARCHAR (255), @UsingIndex NVARCHAR (255)=NULL, @Mode INT=1, @IncludeColumns NVARCHAR (MAX)=NULL, @ExcludeColumns NVARCHAR (MAX)=NULL, @SkipMissingSourceColumns BIT=0,...
I have mentioned this to Drew Skwiers-Koballa casually in the past but thought better raise it here for visibility. I seem to have issues using sql-action V2 to deploy to...
I'm trying to deploy to Azure DB from a runner VM within the same subscription. For database this option "Allow public access from any Azure service within Azure to this...
We have an issue of deploying from a self-host-runner to a Azure SQL database through private endpoint. "public access" is disabled in database. The action gives following error : Error:...
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js). These dependencies need to be updated together. Removes `axios` Updates `@azure/msal-node` from 1.9.0 to 1.18.4 Release notes Sourced from...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
When attempting to run a script migration, I'm getting this endlessly until it either times out or I cancel.  ``` Run azure/[email protected] with: connection-string: *** path:...
I am trying to apply migrations from a self hosted runner. The runner has network access to the sql server via private endpoint and does not need any new network...
11 checks are run on PRs from master branch (example: #177) but only 7 checks are run on PRs from forks (#176)