1
0
Fork 0
heritage-wow/tests
Henrik Hautakoski f105890494 app/Jobs/ImportProfession.php: fix a bug resulting in duplicate records instead of update existing.
We search for recipes by spell, but if a record existed before spell relationship was added. it's null and we wont find it, so we create a duplicated one.

This patch will also search for craft->name and update existing records.
2021-07-09 18:17:16 +02:00
..
Feature app/Jobs/ImportProfession.php: fix a bug resulting in duplicate records instead of update existing. 2021-07-09 18:17:16 +02:00
Unit/Warcraft initial commit 2021-06-28 17:33:29 +01:00
CreatesApplication.php initial commit 2021-06-28 17:33:29 +01:00
TestCase.php initial commit 2021-06-28 17:33:29 +01:00