mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
50cc5f01c7
commit
c0cae63147
2 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@ import {
|
||||||
type DBColumns,
|
type DBColumns,
|
||||||
type DBConfig,
|
type DBConfig,
|
||||||
type DBSnapshot,
|
type DBSnapshot,
|
||||||
type ResolvedDBTables,
|
|
||||||
type DateColumn,
|
type DateColumn,
|
||||||
type JsonColumn,
|
type JsonColumn,
|
||||||
type NumberColumn,
|
type NumberColumn,
|
||||||
type ResolvedDBTable,
|
type ResolvedDBTable,
|
||||||
type TextColumn,
|
type ResolvedDBTables,
|
||||||
type ResolvedIndexes,
|
type ResolvedIndexes,
|
||||||
|
type TextColumn,
|
||||||
} from '../types.js';
|
} from '../types.js';
|
||||||
import { type Result, getRemoteDatabaseUrl } from '../utils.js';
|
import { type Result, getRemoteDatabaseUrl } from '../utils.js';
|
||||||
|
|
||||||
|
|
|
@ -8,11 +8,11 @@ import type {
|
||||||
dateColumnSchema,
|
dateColumnSchema,
|
||||||
dbConfigSchema,
|
dbConfigSchema,
|
||||||
indexSchema,
|
indexSchema,
|
||||||
resolvedIndexSchema,
|
|
||||||
jsonColumnSchema,
|
jsonColumnSchema,
|
||||||
numberColumnOptsSchema,
|
numberColumnOptsSchema,
|
||||||
numberColumnSchema,
|
numberColumnSchema,
|
||||||
referenceableColumnSchema,
|
referenceableColumnSchema,
|
||||||
|
resolvedIndexSchema,
|
||||||
tableSchema,
|
tableSchema,
|
||||||
textColumnOptsSchema,
|
textColumnOptsSchema,
|
||||||
textColumnSchema,
|
textColumnSchema,
|
||||||
|
|
Loading…
Reference in a new issue