Skip to content

Commit 3463124

Browse files
committed
revert 84 changes
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 0f9b27e commit 3463124

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • app/schemas/com.nextcloud.client.database.NextcloudDatabase

app/schemas/com.nextcloud.client.database.NextcloudDatabase/84.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
},
12381238
{
12391239
"tableName": "offline_operations",
1240-
"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)",
1240+
"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)",
12411241
"fields": [
12421242
{
12431243
"fieldPath": "id",
@@ -1251,6 +1251,12 @@
12511251
"affinity": "INTEGER",
12521252
"notNull": false
12531253
},
1254+
{
1255+
"fieldPath": "parentPath",
1256+
"columnName": "offline_operations_parent_path",
1257+
"affinity": "TEXT",
1258+
"notNull": false
1259+
},
12541260
{
12551261
"fieldPath": "type",
12561262
"columnName": "offline_operations_type",

0 commit comments

Comments
 (0)