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
fix(typegen): dynamically set default schema alias in typescript typegen
* fix: use env var to set default schema alias in TypeScript types
* refactor(constants): export DEFAULT_SCHEMA from constants
* refactor(template): unify schema alias to use DefaultSchema
- Remove separate aliases (PublicSchema, DefaultSchemaOrPublic) from TypeScript template
- Add a single DefaultSchema alias
- Update all helper types (Tables, TableInsert, etc) to use DefaultSchema
* chore: update some namings
---------
Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>
fix(triggers): list triggers on captitalized schema namespaces
fix an issue where listing triggers declared over a schema with capitalized name
resulted into an error 3F000