Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this change, doctrine would detect changes in the entity mapping vs the actual database schema. ```sql ALTER TABLE users CHANGE icon icon VARCHAR(255) DEFAULT NULL; ALTER TABLE public_key_credential_sources CHANGE other_ui other_ui LONGTEXT DEFAULT NULL COMMENT '(DC2Type:array)'; ``` This changes tells doctrine the correct MySQL version, so it no longer wants to change the database.
- Loading branch information