From ef503041ed0b141bf7638a9b9b7d26944b67c276 Mon Sep 17 00:00:00 2001 From: Alan Alberghini <414N@slacky.it> Date: Mon, 17 Apr 2017 15:47:53 +0100 Subject: development/liquibase: Added (source control for your database). Signed-off-by: David Spencer --- development/liquibase/README.SLACKWARE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 development/liquibase/README.SLACKWARE (limited to 'development/liquibase/README.SLACKWARE') diff --git a/development/liquibase/README.SLACKWARE b/development/liquibase/README.SLACKWARE new file mode 100644 index 0000000000000..223e09558ac35 --- /dev/null +++ b/development/liquibase/README.SLACKWARE @@ -0,0 +1,8 @@ +Liquibase requires JDBC drivers to connect to the different DBMSs it can manage +and they do not come with the liquibase binary distribution. + +In order to add them to its classpath, you should put the JDBC driver jars (or +symlinks to them) in /opt/liquibase/lib/. + +Please see http://www.liquibase.org/databases.html for a list of supported +DBMSs. -- cgit v1.2.3