mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* bug: Increase column size in logentry3 table (PROJQUAY-4305) We increase the size of `metadata_json` column in `logentry3` table from `TEXT` to `MEDIUMTEXT` on MySQL deployments to prevent the UI from erroring out when reading and decoding the audit log. This only touches MySQL, PostgreSQL is unaffected.