Skip to content

Commit

Permalink
merge master to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Jul 17, 2024
1 parent 6ca8172 commit faba5e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/populator/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ end:

func init() {
modules = []Module{
{
name: "liquibase-commercial-dynamodb",
category: Pro,
url: "https://repo1.maven.org/maven2/org/liquibase/ext/liquibase-commercial-dynamodb",
artifactory: Maven{},
},
{
name: "liquibase-databricks",
category: Extension,
Expand Down
13 changes: 13 additions & 0 deletions internal/app/packages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"name": "liquibase-commercial-dynamodb",
"category": "pro",
"versions": [
{
"tag": "1.0.0",
"path": "https://repo1.maven.org/maven2/org/liquibase/ext/liquibase-commercial-dynamodb/1.0.0/liquibase-commercial-dynamodb-1.0.0.jar",
"algorithm": "SHA1",
"checksum": "7052e4e87e22b5ebda8d345422bd86e60f2cf1e1",
"liquibaseCore": "4.26.0"
}
]
},
{
"name": "liquibase-databricks",
"category": "extension",
Expand Down

0 comments on commit faba5e4

Please sign in to comment.