Skip to content

Commit 4312d9e

Browse files
readonly
1 parent 396b1dd commit 4312d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drizzle-driver/src/utils/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ export class DrizzleAppSchema<
154154
this.types = {} as SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
155155
}
156156

157-
types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
157+
readonly types: SchemaTableType<Expand<TablesFromSchemaEntries<T>>>;
158158
}

0 commit comments

Comments
 (0)