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
I updated some code from 0.10.3 to 0.11.1. The generated entities now have a column type with BlobSize set, but the prelude doesn't contain that export so it causes a compilation error.
Steps to Reproduce
Create Postgres table with a blob
Run the CLI to generate entities
Expected Behavior
Prelude should export the BlobSize or the CLI should generate the proper import for it.
Actual Behavior
BlobSize is missing
Reproduces How Often
Always
Workarounds
You import it manually, but it's not ideal since it gets overridden on the next generation
Description
I updated some code from 0.10.3 to 0.11.1. The generated entities now have a column type with
BlobSize
set, but the prelude doesn't contain that export so it causes a compilation error.Steps to Reproduce
Expected Behavior
Prelude should export the
BlobSize
or the CLI should generate the proper import for it.Actual Behavior
BlobSize
is missingReproduces How Often
Always
Workarounds
You import it manually, but it's not ideal since it gets overridden on the next generation
Versions
The text was updated successfully, but these errors were encountered: