liquibase / liquibase-package-manager

lpm - Liquibase package manager
Apache License 2.0
11 stars 12 forks source link

DAT-18816: add liquibase-checks extension to LPM #443

Closed rberezen closed 1 month ago

rberezen commented 1 month ago

feat: add liquibase-checks to LPM

rberezen commented 1 month ago

hi @mcred @jnewton03 would be usefull to add liquibase-checks extension to lpm

mcred commented 1 month ago

@rberezen Great idea! This PR also needs the placeholder in the internal/app/packages.json file:

{
  "name": "liquibase-checks",
  "category": "pro",
  "versions": []
}

is likely right. Double check if this is the desired package name.

rberezen commented 1 month ago

@rberezen Great idea! This PR also needs the placeholder in the internal/app/packages.json file:

{
  "name": "liquibase-checks",
  "category": "pro",
  "versions": []
}

is likely right. Double check if this is the desired package name.

updated pr, name is correct