Skip to content

Commit

Permalink
trims schema imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xwilson03 committed Sep 8, 2024
1 parent 82425a1 commit a422b9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ import {
bigserial,
text,
varchar,
uniqueIndex,
boolean,
timestamp,
integer,
json,
pgEnum,
primaryKey,
pgTable,
serial,
} from "drizzle-orm/pg-core";
import { relations } from "drizzle-orm";

Expand Down

0 comments on commit a422b9b

Please sign in to comment.