Rewrite %file table structure
Add `attrs` field for backend state information (multi-part migration, multi-part upload, etc). Change `size` to be an integer rather than text field. (Storage space will be about the same, but int makes more sense). Size the `key` and `signature` for ~512 bits. The base64 encoding allows 6-bits per char. At 86 chars, we have 516 bits maximum space.
Showing
- include/upgrader/streams/core.sig 1 addition, 1 deletioninclude/upgrader/streams/core.sig
- include/upgrader/streams/core/934954de-f1ccd3bb.patch.sql 23 additions, 0 deletionsinclude/upgrader/streams/core/934954de-f1ccd3bb.patch.sql
- setup/inc/streams/core/install-mysql.sql 6 additions, 4 deletionssetup/inc/streams/core/install-mysql.sql
Loading
Please register or sign in to comment