Skip to content

Commit

Permalink
Fix DB query to get XbK version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 21, 2024
1 parent 324972f commit d475eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
-d master `
-U "sa" `
-P "Pass@12345" `
-Q "SELECT KeyValue FROM CMS_SettingsKey WHERE KeyName = 'CMSDBVersion'"
-Q "SELECT KeyValue FROM XByK_DancingGoat_Shopify.dbo.CMS_SettingsKey WHERE KeyName = 'CMSDBVersion'"
if: endsWith(env.DATABASE_BACKUP_FILENAME, '.bak')

- name: Restore Database .bacpac
Expand Down

0 comments on commit d475eb8

Please sign in to comment.