-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IBX-6937: Changed maxFileSize value to float type for Image field type (
#291) For more details see https://issues.ibexa.co/browse/IBX-6937 and #291 Changed max file size value from integer to float (numeric) type for Image field type. Storing the setting has been moved from dataInt1 to dataFloat1 relevant relation's column. Key changes: * Changed maxFileSize value type to float * [DB] Updated schema * Added max file size unit to storage dataText1 column * Adjusted integration tests * Changed field to store max file size from dataInt1 to dataFloat1 * Adjusted clean data to store max file size in dataFloat1 column * Dropped converting max file size from MB to KB --------- Co-Authored-By: Maciej Kobus <[email protected]>
- Loading branch information
Showing
8 changed files
with
36 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.