Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Mar 28, 2024
1 parent 50cc5f0 commit c0cae63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/db/src/core/cli/migration-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion packages/db/src/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import type {
dateColumnSchema,
dbConfigSchema,
indexSchema,
resolvedIndexSchema,
jsonColumnSchema,
numberColumnOptsSchema,
numberColumnSchema,
referenceableColumnSchema,
resolvedIndexSchema,
tableSchema,
textColumnOptsSchema,
textColumnSchema,
Expand Down

0 comments on commit c0cae63

Please sign in to comment.