From 38f44ec8abc74f548274bd69b5557642e252f06d Mon Sep 17 00:00:00 2001 From: Christian Dedie Date: Tue, 17 Dec 2013 12:32:00 +0100 Subject: [PATCH] add flyway-sbt plugin to community plugins --- src/sphinx/Community/Community-Plugins.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index b92144295..e7b0b6e5c 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -214,6 +214,8 @@ Code generator plugins Database plugins ~~~~~~~~~~~~~~~~ +- flyway-sbt (Flyway - The agile database migration framework): + http://flywaydb.org/getstarted/firststeps/sbt.html - sbt-liquibase (Liquibase RDBMS database migrations): https://github.com/bigtoast/sbt-liquibase - sbt-dbdeploy (dbdeploy, a database change management tool):