mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
orm:convert-d1-schema does not support Global Schema Information ? #6058
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maidmaid on GitHub (Sep 6, 2018).
Bug Report
Summary
If we run
orm:convert-d1-schemawith global schema information (https://doctrine.readthedocs.io/en/latest/en/manual/yaml-schema-files.html?highlight=actAs#global-schema-information), that looks broken, like withdetect_relations: trueas global information.Current behavior
How to reproduce
Expected behavior
Conversion done, without error.