Skip to content

[server] Use the ORM to insert AccessFields in the DB on creating an Access,...

Antoine requested to merge ZeHiro/kresus:accesses-fields into master

[server] Use the ORM to insert AccessFields in the DB on creating an Access, instead of doing it explicitly.

This MR simplifies the access creation code, letting the ORM inserting the access fields in the DB on access creation.

Merge request reports