Skip to content

Commit

Permalink
Auto Pull Request for protobuf files [liquibase 4.29.2]
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored and github-actions[bot] committed Sep 5, 2024
1 parent e28ee18 commit 720dbb1
Show file tree
Hide file tree
Showing 100 changed files with 30,943 additions and 39 deletions.
4 changes: 2 additions & 2 deletions bin/liquibase/GETTING_STARTED.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Liquibase Version 4.28.0
Liquibase Version 4.29.2


Getting Started
--------------------------------------------
Thanks for downloading and installing Liquibase 4.28.0 from Liquibase.
Thanks for downloading and installing Liquibase 4.29.2 from Liquibase.

By using the installer, you already have all the dependencies, directories, config,
and properties files to get started exploring the Liquibase examples provided, which
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Liquibase Version 4.28.0
Liquibase Version 4.29.2

Introduction
--------------------------------------------
Thanks for downloading and installing Liquibase 4.28.0 from Liquibase.
Thanks for downloading and installing Liquibase 4.29.2 from Liquibase.
By using the installer, you already have all the dependencies, directories, config,
and properties files to get started exploring the Liquibase examples provided.

Expand Down
310 changes: 309 additions & 1 deletion bin/liquibase/changelog.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/liquibase/examples/json/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/json/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/json/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/sql/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/sql/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/sql/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/xml/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/xml/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/xml/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/yaml/liquibase.advanced.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ stages:


#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -119,7 +119,7 @@ stages:


#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
2 changes: 1 addition & 1 deletion bin/liquibase/examples/yaml/liquibase.checks-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## These checks-settings-files listed in a package are processed sequentially
## during 'liquibase checks run' or 'liquibase checks show' commands
## which specify this file as the checks-settings-file property.
## Learn more at https://docs.liquibase.com/quality-checks
## Learn more at https://docs.liquibase.com/policy-checks

## Uncomment and change names with your checks-settings-files
#checksPackages:
Expand Down
4 changes: 2 additions & 2 deletions bin/liquibase/examples/yaml/liquibase.flowfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stages:

actions:
#
# Quality Checks for changelog
# Policy Checks for changelog
#
- type: liquibase
command: checks run
Expand All @@ -24,7 +24,7 @@ stages:
command: update

#
# Quality Checks for database
# Policy Checks for database
#
- type: liquibase
command: checks run
Expand Down
Loading

0 comments on commit 720dbb1

Please sign in to comment.