From 3be51407566b857287f0821a33a5ff52f416b479 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Mon, 7 Oct 2024 16:48:35 +0200 Subject: [PATCH] revert 84 Signed-off-by: alperozturk --- .../84.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/schemas/com.nextcloud.client.database.NextcloudDatabase/84.json b/app/schemas/com.nextcloud.client.database.NextcloudDatabase/84.json index 0f1bdade37..b703cbeaa0 100644 --- a/app/schemas/com.nextcloud.client.database.NextcloudDatabase/84.json +++ b/app/schemas/com.nextcloud.client.database.NextcloudDatabase/84.json @@ -1237,7 +1237,7 @@ }, { "tableName": "offline_operations", - "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `offline_operations_parent_oc_file_id` INTEGER, `offline_operations_type` TEXT, `offline_operations_path` TEXT, `offline_operations_file_name` TEXT, `offline_operations_created_at` INTEGER)", + "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `offline_operations_parent_oc_file_id` INTEGER, `offline_operations_parent_path` TEXT, `offline_operations_type` TEXT, `offline_operations_path` TEXT, `offline_operations_file_name` TEXT, `offline_operations_created_at` INTEGER)", "fields": [ { "fieldPath": "id", @@ -1251,6 +1251,12 @@ "affinity": "INTEGER", "notNull": false }, + { + "fieldPath": "parentPath", + "columnName": "offline_operations_parent_path", + "affinity": "TEXT", + "notNull": false + }, { "fieldPath": "type", "columnName": "offline_operations_type",