summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <matthewp@users.noreply.github.com> 2024-03-28 18:10:50 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-03-28 18:10:50 +0000
commitc0cae63147469b5872489483b8f267a57e6ecd2a (patch)
tree8eb618205fb71f1d64c6def08acc2981ecdf8d1a
parent50cc5f01c721f394397cbdfc3bd954ff7469b0c4 (diff)
downloadastro-c0cae63147469b5872489483b8f267a57e6ecd2a.tar.gz
astro-c0cae63147469b5872489483b8f267a57e6ecd2a.tar.zst
astro-c0cae63147469b5872489483b8f267a57e6ecd2a.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/db/src/core/cli/migration-queries.ts4
-rw-r--r--packages/db/src/core/types.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/db/src/core/cli/migration-queries.ts b/packages/db/src/core/cli/migration-queries.ts
index dea731994..bf89a579c 100644
--- a/packages/db/src/core/cli/migration-queries.ts
+++ b/packages/db/src/core/cli/migration-queries.ts
@@ -25,13 +25,13 @@ import {
type DBColumns,
type DBConfig,
type DBSnapshot,
- type ResolvedDBTables,
type DateColumn,
type JsonColumn,
type NumberColumn,
type ResolvedDBTable,
- type TextColumn,
+ type ResolvedDBTables,
type ResolvedIndexes,
+ type TextColumn,
} from '../types.js';
import { type Result, getRemoteDatabaseUrl } from '../utils.js';
diff --git a/packages/db/src/core/types.ts b/packages/db/src/core/types.ts
index 6c7480086..79bbdf371 100644
--- a/packages/db/src/core/types.ts
+++ b/packages/db/src/core/types.ts
@@ -8,11 +8,11 @@ import type {
dateColumnSchema,
dbConfigSchema,
indexSchema,
- resolvedIndexSchema,
jsonColumnSchema,
numberColumnOptsSchema,
numberColumnSchema,
referenceableColumnSchema,
+ resolvedIndexSchema,
tableSchema,
textColumnOptsSchema,
textColumnSchema,