Skip to content

Commit

Permalink
CREATE OR REPLACE git repository to ensure it is always up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Jul 11, 2024
1 parent 824c089 commit 139a863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflake/objects/deploy.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ USE DATABASE IDENTIFIER($database_identifier);
Create an external stage over the RECOVER Git repository so that we can
use EXECUTE IMMEDIATE FROM statements.
*/
CREATE GIT REPOSITORY IF NOT EXISTS recover_git_repository
CREATE OR REPLACE GIT REPOSITORY recover_git_repository
ORIGIN = 'https://github.com/Sage-Bionetworks/recover.git'
API_INTEGRATION = RECOVER_GIT;

Expand Down

0 comments on commit 139a863

Please sign in to comment.