Version control the generated types? #399
Unanswered
mittalyashu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
For multi-tenant environment you can change the schema name by calling on server startup: table.UseSchema("schema_name")
view.UseSchema("schema_name") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do we have to version control the generated types via Jet CLI or we can add that directory to
.gitignore
.since, for local development we have different multiple db's with different names and in the types, the schema name is explicitly added.
Beta Was this translation helpful? Give feedback.
All reactions