Skip to content

Commit

Permalink
updated sql maintenance job
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Oct 2, 2024
1 parent ebc329a commit 6ee53cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified profisee-platform-0.1.33.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion profisee-platform/templates/sqlmaintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
- $SqlCmd = New-Object System.Data.SqlClient.SqlCommand;
- $SqlCmd.CommandText = $sqlText;
- $SqlCmd.Connection = $SqlConnection;
- $SqlCmd.ExecuteNonQuery();
- $SqlCmd.CommandTimeout=0;
- $SqlCmd.ExecuteNonQuery();
- $SqlConnection.Close();
restartPolicy: Never
imagePullSecrets:
Expand Down

0 comments on commit 6ee53cc

Please sign in to comment.