From 0c0ea8897e64461b1cfa9cd86a939b48f0bdd640 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 3 Dec 2022 15:28:06 +0300 Subject: Initial PostgreSQL schema and profile --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 54fa8d0e..0e0b6f66 100644 --- a/pom.xml +++ b/pom.xml @@ -372,6 +372,25 @@ mysql + + + org.flywaydb + flyway-mysql + + + + + postgres + + + org.postgresql + postgresql + runtime + + + + postgres + production @@ -390,5 +409,11 @@ + + local + + local + + -- cgit v1.2.3