From bfd30a0321958e15ef2d9e0fd9696600a19fca4c Mon Sep 17 00:00:00 2001 From: Olivier Guimbal Date: Thu, 11 Jan 2024 10:42:14 +0100 Subject: [PATCH] Build deno [autogenerated commit] --- .deno/execution/schema-amends/alter-enum.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.deno/execution/schema-amends/alter-enum.ts b/.deno/execution/schema-amends/alter-enum.ts index 4e8d016a..26731053 100644 --- a/.deno/execution/schema-amends/alter-enum.ts +++ b/.deno/execution/schema-amends/alter-enum.ts @@ -1,9 +1,4 @@ -import { - _ISchema, - _Transaction, - _IStatementExecutor, - _IStatement, -} from '../../interfaces-private'; +import { _ISchema, _Transaction, _IStatementExecutor, _IStatement } from '../../interfaces-private.ts'; import { AlterEnumType } from 'https://deno.land/x/pgsql_ast_parser@12.0.1/mod.ts'; import { ExecHelper } from '../exec-utils.ts'; import { ignore } from '../../utils.ts';