From 9b0a5af08ee16e2a2c55ba2736ef194e9a9a0511 Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 20 Jun 2024 09:06:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(liquibase.spec.ts):=20remove=20?= =?UTF-8?q?unused=20POSTGRESQL=5FDEFAULT=5FCONFIG=20import=20to=20clean=20?= =?UTF-8?q?up=20code=20and=20improve=20maintainability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/liquibase.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/liquibase.spec.ts b/src/liquibase.spec.ts index 6a7b315..0c2e046 100644 --- a/src/liquibase.spec.ts +++ b/src/liquibase.spec.ts @@ -50,7 +50,6 @@ import { UpdateOneChangesetSQLCommandAttributes, } from './index'; import { LiquibaseConfig } from './models/index'; -import { POSTGRESQL_DEFAULT_CONFIG } from './constants/defaults/postgresql-default.config'; import { join } from 'path'; import { LiquibaseCommands } from './enums'; require('dotenv').config();