From 1daf96b6622901b9bde37c26d5bbe4c55317fe7a Mon Sep 17 00:00:00 2001 From: Saliou Gaye Date: Sun, 31 Mar 2024 11:37:52 +0200 Subject: [PATCH] feat: add liquibase plugin (#975) Co-authored-by: James Hegedus --- README.md | 1 + plugins/liquibase | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/liquibase diff --git a/README.md b/README.md index f61fc3ee9..e08934ec5 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Link (system tools) | [asdf-community/asdf-link](https://github.com/asdf-community/asdf-link) | | Linkerd | [kforsthoevel/asdf-linkerd](https://github.com/kforsthoevel/asdf-linkerd) | | liqoctl | [pdemagny/asdf-liqoctl](https://github.com/pdemagny/asdf-liqoctl) | +| liquibase | [saliougaye/asdf-liquibase](https://github.com/saliougaye/asdf-liquibase) | | Litestream | [threkk/asdf-litestream](https://github.com/threkk/asdf-litestream) | | Logtalk | [LogtalkDotOrg/asdf-logtalk](https://github.com/LogtalkDotOrg/asdf-logtalk) | | Loki-Logcli | [comdotlinux/asdf-loki-logcli](https://github.com/comdotlinux/asdf-loki-logcli) | diff --git a/plugins/liquibase b/plugins/liquibase new file mode 100644 index 000000000..fa00aef9a --- /dev/null +++ b/plugins/liquibase @@ -0,0 +1 @@ +repository = https://github.com/saliougaye/asdf-liquibase.git