Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-11-02 20:04:24 +0300
committerLouis Chemineau <louis@chmn.me>2022-11-03 14:58:33 +0300
commit20e3e61ad577014e5f092a292c90a8476f630355 (patch)
tree77d1f385f6854cca89a6937697a7014929b5c3d3 /package.json
parent26e7dce6aa06160fc2dce0a2f487d6fde8cb9bca (diff)
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>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f5f6f8cb..34c181aa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "photos",
"description": "Your memories under your control",
- "version": "2.1.0",
+ "version": "2.2.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"
@@ -95,4 +95,4 @@
"wait-on": "^6.0.1",
"workbox-webpack-plugin": "^6.5.4"
}
-}
+} \ No newline at end of file