зеркало из https://github.com/nextcloud/android.git
revert 84
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
Родитель
2aa5b97d70
Коммит
3be5140756
|
@ -1237,7 +1237,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tableName": "offline_operations",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"fieldPath": "id",
|
"fieldPath": "id",
|
||||||
|
@ -1251,6 +1251,12 @@
|
||||||
"affinity": "INTEGER",
|
"affinity": "INTEGER",
|
||||||
"notNull": false
|
"notNull": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldPath": "parentPath",
|
||||||
|
"columnName": "offline_operations_parent_path",
|
||||||
|
"affinity": "TEXT",
|
||||||
|
"notNull": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldPath": "type",
|
"fieldPath": "type",
|
||||||
"columnName": "offline_operations_type",
|
"columnName": "offline_operations_type",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче