wallabag/src/Wallabag/CoreBundle/DataFixtures/ORM
Jeremy Benoist 3be047456d 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
2016-05-31 10:01:03 +02:00
..
LoadConfigData.php Change ManyToMany between entry & tag 2016-05-31 10:01:03 +02:00
LoadEntryData.php Remove user reference in tag 2015-12-29 14:50:52 +01:00
LoadSettingData.php Fix internal settings 2016-04-09 21:34:50 +02:00
LoadTagData.php Remove user reference in tag 2015-12-29 14:50:52 +01:00
LoadTaggingRuleData.php Move fixtures to the right place 2016-05-30 14:18:47 +02:00