mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
219c49473f
commit
156c094c3e
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
import { sql as _sql } from 'drizzle-orm';
|
||||
import type {
|
||||
BooleanColumnInput,
|
||||
ColumnsConfig,
|
||||
|
@ -8,7 +9,6 @@ import type {
|
|||
TableConfig,
|
||||
TextColumnOpts,
|
||||
} from '../core/types.js';
|
||||
import { sql as _sql } from 'drizzle-orm';
|
||||
|
||||
export type { LibSQLDatabase } from 'drizzle-orm/libsql';
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import {
|
|||
} from '../../dist/core/cli/migration-queries.js';
|
||||
import { MIGRATION_VERSION } from '../../dist/core/consts.js';
|
||||
import { tableSchema } from '../../dist/core/schemas.js';
|
||||
import { column, defineTable, NOW } from '../../dist/runtime/config.js';
|
||||
import { NOW, column, defineTable } from '../../dist/runtime/config.js';
|
||||
|
||||
const TABLE_NAME = 'Users';
|
||||
|
||||
|
|
Loading…
Reference in a new issue