Closed minetoblend closed 8 months ago
The recent updates involve modifications to the database schema for asset management. Specifically, the length constraints for the path
column in the AssetEntity
and the bucket
column in the S3AssetEntity
have been adjusted. These changes ensure that the database can accommodate longer paths and appropriately sized bucket names, enhancing data integrity and alignment with storage service constraints.
File Path | Change Summary |
---|---|
.../src/assets/asset.entity.ts |
Updated path column to varchar(512) |
.../src/assets/s3-asset.entity.ts |
Updated bucket column to varchar(64) |
🐇✨
In the realm of bytes and bits,
Where data like a river flows,
We've tailored paths and bucket fits,
Ensuring every asset glows.
With tweaks so fine and changes small,
Our digital world, ever so spry,
Bounds forth, with room for all.
🌟📂🌈
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
AssetEntity
andS3AssetEntity
classes to support longerpath
andbucket
names, respectively.