Skip to content

Check entity existence before trying to create it

Yoann Schneider requested to merge get-create-entities into main

Closes #19 (closed)

Using a get_or_create directly would make us lose the benefits of bulk creation. That's why I checked the existence first.

Merge request reports

Loading