-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audit tables column diffs
type unexpectedly changed from JSON to TEXT
#52
Comments
diffs
type unexpectedly changed from JSON to TEXT
@pniep thanks for the feedback.
|
I have the same problem. I suspect the problem is the check for
|
@DamienHarper doctrine/orm 2.10.1 |
@DamienHarper |
Any chance to revisit this issue? |
Hi @DamienHarper,
After update doctrine wants to change type of all
diffs
columns in audit tables fromjson
totext
. [db: postgres, json support: yes]I'm not sure that was intended.
Fragment below forces TEXT as the type of all JSON columns when database actually supports json columns .
auditor/src/Provider/Doctrine/Persistence/Schema/SchemaManager.php
Line 192 in adc9fa1
It looks like a bug. As commit message for these lines says the intent was to add compatibility for older versions of mariadb that don't support json.
The text was updated successfully, but these errors were encountered: