breadfast/Check DB Migration
Check the migration files if there is any potential lock to the tables on MySQL DB.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 7, 2024
- License
- MIT
Pinned Snippet
uses: breadfast/db-migration-check@1cd0830d354102cd0cb811382858f59d9f9f6f83 # v1.0.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| FILE_LOCATION | The location of migration files | no | src/migrations/ |
| GUIDE_DOC | Any documentation that you need to reference here. | no | https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html |
| LANGUAGE | The programing language, we support now PHP and Nodejs | no | NODEJS |
| GITHUB_TOKEN | Your Github token | yes | — |
Outputs
| name | description |
|---|---|
| NEW_MIGRATIONS | The list of the new migration files |