#1962 - Refactor simplify Postgres platforms to POSTGRES and POSTGRES9

This commit is contained in:
rob bygrave
2020-03-01 12:53:34 +13:00
parent 9135f87253
commit f080f16e63
8 changed files with 3 additions and 31 deletions
@@ -24,7 +24,6 @@ public class PlatformMatchTest {
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES, "postgres"));
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES9, "postgres"));
assertTrue(PlatformMatch.matchPlatform(Platform.POSTGRES10, "postgres"));
}
@Test