Skip to content

Commit fb11ed8

Browse files
committed
chore: include view in type
1 parent 529ac02 commit fb11ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sql/types.sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ from
4646
t.typrelid = 0
4747
or (
4848
select
49-
c.relkind ${props.includeTableTypes ? `in ('c', 'r')` : `= 'c'`}
49+
c.relkind ${props.includeTableTypes ? `in ('c', 'r', 'v')` : `= 'c'`}
5050
from
5151
pg_class c
5252
where

0 commit comments

Comments
 (0)