mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
chore: format code
This commit is contained in:
parent
16357e8041
commit
34ff87d504
182 changed files with 940 additions and 3646 deletions
|
|
@ -1,12 +1,4 @@
|
|||
import {
|
||||
mysqlTable,
|
||||
uniqueIndex,
|
||||
varchar,
|
||||
int,
|
||||
mysqlEnum,
|
||||
index,
|
||||
bigint,
|
||||
} from "drizzle-orm/mysql-core"
|
||||
import { mysqlTable, uniqueIndex, varchar, int, mysqlEnum, index, bigint } from "drizzle-orm/mysql-core"
|
||||
import { timestamps, ulid, utc, workspaceColumns } from "../drizzle/types"
|
||||
import { workspaceIndexes } from "./workspace.sql"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue