photos/appinfo
Louis Chemineau 20e3e61ad5 Add primary key index to collaborators table
- Create new `photos_albums_collabs` table
     - with an `id` auto-incremented column
     - with a primary key using the `id` column
     - with a unique index instead of a unique constraint
- Move data from `photos_collaborators` to `photos_albums_collabs`
- Delete `photos_collaborators` table

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-03 12:58:33 +01:00
..
info.xml Add primary key index to collaborators table 2022-11-03 12:58:33 +01:00
routes.php Make public pages work 2022-10-10 12:23:52 +02:00