You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run drizzle-kit introspect, the order of imports and exports in my relations.ts and schema.ts files changes, which results in unnecessary diffs. It would be great if it produced (more) deterministic results, perhaps by using alphabetical order.
The text was updated successfully, but these errors were encountered:
When I run
drizzle-kit introspect
, the order of imports and exports in myrelations.ts
andschema.ts
files changes, which results in unnecessary diffs. It would be great if it produced (more) deterministic results, perhaps by using alphabetical order.The text was updated successfully, but these errors were encountered: