0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-03-18 11:56:49 +00:00 committed by astrobot-houston
parent 219c49473f
commit 156c094c3e
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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';