REMEMBER TO DROP SCHEME AND REBUILD - IF RUNNING LOCAL
The reason for this is that there already is data in the database and the migration can not just be added.
THIS CONTAINS NEW MIGRATION NOT IN THE GIRAF DATABASE, SO IT COULD BREAK DATABASE
After it is merged, then the GIRAF database needs to be upgraded with this new migration.
Description
This pull request adds a new migration with the trustee relation table.
Fixes: #259
Type of change
Please delete options that are not relevant.
[X] New feature (non-breaking change which adds functionality)
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation, if necessary
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works, if necessary
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[X] I have Acceptance Tested this on an iOS device.
Warnings
REMEMBER TO DROP SCHEME AND REBUILD - IF RUNNING LOCAL The reason for this is that there already is data in the database and the migration can not just be added.
THIS CONTAINS NEW MIGRATION NOT IN THE GIRAF DATABASE, SO IT COULD BREAK DATABASE After it is merged, then the GIRAF database needs to be upgraded with this new migration.
Description
This pull request adds a new migration with the trustee relation table.
Fixes: #259
Type of change
Please delete options that are not relevant.
Checklist: