{ "formatVersion": 1, "database": { "version": 46, "identityHash": "14fe00b22e94ede6e73d2d9c1a91c794", "entities": [ { "tableName": "notification", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`uid` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `task` INTEGER NOT NULL, `timestamp` INTEGER NOT NULL, `type` INTEGER NOT NULL)", "fields": [ { "fieldPath": "uid", "columnName": "uid", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "taskId", "columnName": "task", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "timestamp", "columnName": "timestamp", "affinity": "INTEGER", "notNull": true }, { "fieldPath": "type", "columnName": "type", "affinity": "INTEGER", "notNull": true } ], "primaryKey": { "columnNames": [ "uid" ], "autoGenerate": true }, "indices": [ { "name": "index_notification_task", "unique": true, "columnNames": [ "task" ], "createSql": "CREATE UNIQUE INDEX `index_notification_task` ON `${TABLE_NAME}` (`task`)" } ], "foreignKeys": [] }, { "tableName": "tagdata", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `name` TEXT, `color` INTEGER, `tagOrdering` TEXT, `deleted` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "color", "columnName": "color", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "tagOrdering", "columnName": "tagOrdering", "affinity": "TEXT", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "userActivity", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `action` TEXT, `message` TEXT, `picture` TEXT, `target_id` TEXT, `created_at` INTEGER, `deleted_at` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "action", "columnName": "action", "affinity": "TEXT", "notNull": false }, { "fieldPath": "message", "columnName": "message", "affinity": "TEXT", "notNull": false }, { "fieldPath": "picture", "columnName": "picture", "affinity": "TEXT", "notNull": false }, { "fieldPath": "targetId", "columnName": "target_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "created", "columnName": "created_at", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted_at", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "task_attachments", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `task_id` TEXT, `name` TEXT, `path` TEXT, `content_type` TEXT, `deleted_at` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "taskId", "columnName": "task_id", "affinity": "TEXT", "notNull": false }, { "fieldPath": "name", "columnName": "name", "affinity": "TEXT", "notNull": false }, { "fieldPath": "path", "columnName": "path", "affinity": "TEXT", "notNull": false }, { "fieldPath": "contentType", "columnName": "content_type", "affinity": "TEXT", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted_at", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "task_list_metadata", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `remoteId` TEXT, `tag_uuid` TEXT, `filter` TEXT, `task_ids` TEXT)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false }, { "fieldPath": "tagUuid", "columnName": "tag_uuid", "affinity": "TEXT", "notNull": false }, { "fieldPath": "filter", "columnName": "filter", "affinity": "TEXT", "notNull": false }, { "fieldPath": "taskIds", "columnName": "task_ids", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [], "foreignKeys": [] }, { "tableName": "store", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `type` TEXT, `item` TEXT, `value` TEXT, `value2` TEXT, `value3` TEXT, `value4` TEXT, `deleted` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "type", "columnName": "type", "affinity": "TEXT", "notNull": false }, { "fieldPath": "item", "columnName": "item", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value", "columnName": "value", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value2", "columnName": "value2", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value3", "columnName": "value3", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value4", "columnName": "value4", "affinity": "TEXT", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [ { "name": "so_id", "unique": false, "columnNames": [ "type", "item" ], "createSql": "CREATE INDEX `so_id` ON `${TABLE_NAME}` (`type`, `item`)" } ], "foreignKeys": [] }, { "tableName": "tasks", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `title` TEXT, `importance` INTEGER, `dueDate` INTEGER, `hideUntil` INTEGER, `created` INTEGER, `modified` INTEGER, `completed` INTEGER, `deleted` INTEGER, `notes` TEXT, `estimatedSeconds` INTEGER, `elapsedSeconds` INTEGER, `timerStart` INTEGER, `notificationFlags` INTEGER, `notifications` INTEGER, `lastNotified` INTEGER, `snoozeTime` INTEGER, `recurrence` TEXT, `repeatUntil` INTEGER, `calendarUri` TEXT, `remoteId` TEXT)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "title", "columnName": "title", "affinity": "TEXT", "notNull": false }, { "fieldPath": "importance", "columnName": "importance", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "dueDate", "columnName": "dueDate", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "hideUntil", "columnName": "hideUntil", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "created", "columnName": "created", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "modified", "columnName": "modified", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "completed", "columnName": "completed", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "notes", "columnName": "notes", "affinity": "TEXT", "notNull": false }, { "fieldPath": "estimatedSeconds", "columnName": "estimatedSeconds", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "elapsedSeconds", "columnName": "elapsedSeconds", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "timerStart", "columnName": "timerStart", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "notificationFlags", "columnName": "notificationFlags", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "notifications", "columnName": "notifications", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "lastNotified", "columnName": "lastNotified", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "snoozeTime", "columnName": "snoozeTime", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "recurrence", "columnName": "recurrence", "affinity": "TEXT", "notNull": false }, { "fieldPath": "repeatUntil", "columnName": "repeatUntil", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "calendarUri", "columnName": "calendarUri", "affinity": "TEXT", "notNull": false }, { "fieldPath": "remoteId", "columnName": "remoteId", "affinity": "TEXT", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [ { "name": "t_rid", "unique": true, "columnNames": [ "remoteId" ], "createSql": "CREATE UNIQUE INDEX `t_rid` ON `${TABLE_NAME}` (`remoteId`)" } ], "foreignKeys": [] }, { "tableName": "metadata", "createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`_id` INTEGER PRIMARY KEY AUTOINCREMENT, `task` INTEGER, `key` TEXT, `value` TEXT, `value2` TEXT, `value3` TEXT, `value4` TEXT, `value5` TEXT, `value6` TEXT, `value7` TEXT, `created` INTEGER, `deleted` INTEGER)", "fields": [ { "fieldPath": "id", "columnName": "_id", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "task", "columnName": "task", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "key", "columnName": "key", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value1", "columnName": "value", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value2", "columnName": "value2", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value3", "columnName": "value3", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value4", "columnName": "value4", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value5", "columnName": "value5", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value6", "columnName": "value6", "affinity": "TEXT", "notNull": false }, { "fieldPath": "value7", "columnName": "value7", "affinity": "TEXT", "notNull": false }, { "fieldPath": "created", "columnName": "created", "affinity": "INTEGER", "notNull": false }, { "fieldPath": "deleted", "columnName": "deleted", "affinity": "INTEGER", "notNull": false } ], "primaryKey": { "columnNames": [ "_id" ], "autoGenerate": true }, "indices": [ { "name": "md_tid", "unique": false, "columnNames": [ "task" ], "createSql": "CREATE INDEX `md_tid` ON `${TABLE_NAME}` (`task`)" }, { "name": "md_tkid", "unique": false, "columnNames": [ "task", "key" ], "createSql": "CREATE INDEX `md_tkid` ON `${TABLE_NAME}` (`task`, `key`)" } ], "foreignKeys": [] } ], "setupQueries": [ "CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)", "INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, \"14fe00b22e94ede6e73d2d9c1a91c794\")" ] } }