We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9414bb2 commit 9da5f18Copy full SHA for 9da5f18
src/lib/types.ts
@@ -104,9 +104,8 @@ export type PostgresGrant = Static<typeof postgresGrantSchema>
104
export const postgresPolicySchema = Type.Object({
105
id: Type.Integer(),
106
schema: Type.String(),
107
- // TODO: ???
108
table: Type.String(),
109
- table_id: Type.String(),
+ table_id: Type.Integer(),
110
name: Type.String(),
111
action: Type.Union([Type.Literal('PERMISSIVE'), Type.Literal('RESTRICTIVE')]),
112
roles: Type.Array(Type.String()),
0 commit comments