Give subscription a proper primary key

The User (person) table had used the string value of the endpoint as a join column. A new id field has been added to the subscription table including a foreign key column into the person table.

The existing relation is preserved before the old join column is deleted.

Merge request reports

Loading