You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This GitHub action tests database schema changes (DB migrations) automatically u
10
10
[**Database Lab DB Migration Checker**](https://postgres.ai/docs/db-migration-checker) is a DLE's component that enables integration with CI/CD tools to automatically test migrations in CI/CD pipelines.
11
11
12
12
## Key features
13
-
-**Automated:** DB migrations testing in CI/CD pipelines
13
+
-**Automated:** DB migration testing in CI/CD pipelines
14
14
-**Realistic:** test results are realistic because real or close-to-real (the same size but no personal data) databases are used, thin-cloned in seconds and destroyed after testing is done
15
15
-**Fast and inexpensive:** a single machine with single disk can operate dozens of independent thin clones
16
16
-**Well-tested DB changes to avoid deployment failures:** DB Migration Checker automatically detects (and prevents!) long-lasting dangerous locks that could put your production systems down
0 commit comments