From 3a12fd3eabca382082844a9aa6debe67e0f451d3 Mon Sep 17 00:00:00 2001 From: Janar Juusu <4478288+juusujanar@users.noreply.github.com> Date: Fri, 18 Jun 2021 01:12:35 +0300 Subject: [PATCH] feat: add dbmate plugin (#425) --- README.md | 1 + plugins/dbmate | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/dbmate diff --git a/README.md b/README.md index bb3d27e..0c4e0a0 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ itself) to look for plugins. | D (DMD) | [sylph01/asdf-dmd](https://github.com/sylph01/asdf-dmd) | [![Build Status](https://travis-ci.org/sylph01/asdf-dmd.svg?branch=master)](https://travis-ci.org/sylph01/asdf-dmd) | | Dart | [PatOConnor43/asdf-dart](https://github.com/PatOConnor43/asdf-dart) | [![Build Status](https://travis-ci.org/PatOConnor43/asdf-dart.svg?branch=master)](https://travis-ci.org/PatOConnor43/asdf-dart) | | Dasel | [asdf-community/asdf-dasel](https://github.com/asdf-community/asdf-dasel) | [![Build Status](https://github.com/asdf-community/asdf-dasel/workflows/ci/badge.svg)](ttps://github.com/asdf-community/asdf-dasel/actions) | +| Dbmate | [juusujanar/asdf-dbmate](https://github.com/juusujanar/asdf-dbmate) | [![Test](https://github.com/juusujanar/asdf-dbmate/actions/workflows/test.yaml/badge.svg)](https://github.com/juusujanar/asdf-dbmate/actions) | | Delta | [andweeb/asdf-delta](https://github.com/andweeb/asdf-delta) | [![Build Status](https://github.com/andweeb/asdf-delta/workflows/Build/badge.svg)](https://github.com/andweeb/asdf-delta/actions) | | Deno | [asdf-community/asdf-deno](https://github.com/asdf-community/asdf-deno) | [![Main workflow](https://github.com/asdf-community/asdf-deno/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-deno/actions) | | Dep | [paxosglobal/asdf-dep](https://github.com/paxosglobal/asdf-dep) | [![Build Status](https://travis-ci.com/paxosglobal/asdf-dep.svg?branch=master)](https://travis-ci.com/paxosglobal/asdf-dep) | diff --git a/plugins/dbmate b/plugins/dbmate new file mode 100644 index 0000000..cb5b6c3 --- /dev/null +++ b/plugins/dbmate @@ -0,0 +1 @@ +repository = https://github.com/juusujanar/asdf-dbmate.git