forked from szandany/Liquibase_Snowflake_Example
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3ad18d
commit 738eca1
Showing
2 changed files
with
418 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"diff": { | ||
"diffFormat": 1, | ||
"created": "Tue Sep 05 19:32:37 UTC 2023", | ||
"databases": { | ||
"reference": { | ||
"majorVersion": "7", | ||
"minorVersion": "30", | ||
"name": "Offline snowflake", | ||
"url": "offline:snowflake?snapshot=Snapshot_TEST.json" | ||
}, | ||
"target": { | ||
"majorVersion": "7", | ||
"minorVersion": "30", | ||
"name": "Snowflake", | ||
"url": "jdbc:snowflake://ba89345.us-east-2.aws.snowflakecomputing.com:443/" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.