diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-05-30 14:34:11 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-06-23 09:15:50 +0200 |
commit | e42b13bcff41161ecdb4322dce1ef98a401482ca (patch) | |
tree | fcec3ed14bcb9d2d0ea4d07647dbcb61c9aae9fe /src/Wallabag/AnnotationBundle/Tests/WallabagAnnotationTestCase.php | |
parent | 6334f2cac16158a0ea4a8e540ace17550085942b (diff) | |
download | wallabag-e42b13bcff41161ecdb4322dce1ef98a401482ca.tar.gz wallabag-e42b13bcff41161ecdb4322dce1ef98a401482ca.tar.zst wallabag-e42b13bcff41161ecdb4322dce1ef98a401482ca.zip |
Change ManyToMany between entry & tag
Following https://gist.github.com/Ocramius/3121916
Be sure to remove the related entity when removing an entity.
Let say you have Entry -> EntryTag -> Tag.
If you remove the entry:
- before that commit, the EntryTag will stay (at least using SQLite).
- with that commit, the related entity is removed
Diffstat (limited to 'src/Wallabag/AnnotationBundle/Tests/WallabagAnnotationTestCase.php')
0 files changed, 0 insertions, 0 deletions