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
As a developer I want the code in sync with the db definition so that I can run generate
Acceptance criteria
Generating a new migration should be empty
codegen on client should not give compile errors e.g. authorization fields should all be non-nullable but changing that flag causes issues on the client (use a model + not generated code?)
Additional Context
There have been a few PRs merged, and migration generation is failing for me due to circular dependencies in the server
The text was updated successfully, but these errors were encountered:
Description
As a developer I want the code in sync with the db definition so that I can run generate
Acceptance criteria
Additional Context
There have been a few PRs merged, and migration generation is failing for me due to circular dependencies in the server
The text was updated successfully, but these errors were encountered: