Skip to content

Commit 53e87b9

Browse files
committed
fix sql
2 parents d7ac2fa + 72b1360 commit 53e87b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared-db/src/schema/processing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import { relations } from "drizzle-orm";
1+
import { relations, sql } from "drizzle-orm";
22
import {
33
foreignKey,
44
index,
55
integer,
66
jsonb,
77
pgEnum,
8-
sql,
98
pgTable as table,
109
text,
1110
timestamp,

0 commit comments

Comments
 (0)