MOD: new fingerprints were created after a bug fix
This commit is contained in:
parent
9a663ef918
commit
4a52287c59
|
@ -1,224 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.android.browser",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "browser2.db",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"_sync_state": "CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,account_name TEXT NOT NULL,account_type TEXT NOT NULL,data TEXT,UNIQUE(account_name, account_type))",
|
|
||||||
"_sync_state_metadata": "CREATE TABLE _sync_state_metadata (version INTEGER)",
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"bookmarks": "CREATE TABLE bookmarks(_id INTEGER PRIMARY KEY AUTOINCREMENT,title TEXT,url TEXT,folder INTEGER NOT NULL DEFAULT 0,parent INTEGER,position INTEGER NOT NULL,insert_after INTEGER,deleted INTEGER NOT NULL DEFAULT 0,account_name TEXT,account_type TEXT,sourceid TEXT,version INTEGER NOT NULL DEFAULT 1,created INTEGER,modified INTEGER,dirty INTEGER NOT NULL DEFAULT 0,sync1 TEXT,sync2 TEXT,sync3 TEXT,sync4 TEXT,sync5 TEXT)",
|
|
||||||
"history": "CREATE TABLE history(_id INTEGER PRIMARY KEY AUTOINCREMENT,title TEXT,url TEXT NOT NULL,created INTEGER,date INTEGER,visits INTEGER NOT NULL DEFAULT 0,user_entered INTEGER)",
|
|
||||||
"images": "CREATE TABLE images (url_key TEXT UNIQUE NOT NULL,favicon BLOB,thumbnail BLOB,touch_icon BLOB)",
|
|
||||||
"searches": "CREATE TABLE searches (_id INTEGER PRIMARY KEY AUTOINCREMENT,search TEXT,date LONG)",
|
|
||||||
"settings": "CREATE TABLE settings (key TEXT PRIMARY KEY,value TEXT NOT NULL)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)",
|
|
||||||
"thumbnails": "CREATE TABLE thumbnails (_id INTEGER PRIMARY KEY,thumbnail BLOB NOT NULL)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"_sync_state": "b87dbd41332fefed918f722392a413f1",
|
|
||||||
"_sync_state_metadata": "b018ea44c267b279a7591580d7152e2d",
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"bookmarks": "ff808ddae6de94e6bce8089e5837305a",
|
|
||||||
"history": "c0558f7a41b99ad6639ad23875f15c20",
|
|
||||||
"images": "e8708616e7acbf6c0329011d1d35d838",
|
|
||||||
"searches": "ebf1eaf45591ebb89ea3caa6b9b54440",
|
|
||||||
"settings": "13674d0f5fc0c6a3c30a5e86c8b75ad4",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2",
|
|
||||||
"thumbnails": "de8ca136669a09de1114ef0c3c6d4713"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "d4deb5e6a06b1fae41bd77588c37f6ad",
|
|
||||||
"tables": {
|
|
||||||
"_sync_state": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"account_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true,
|
|
||||||
"unique": true
|
|
||||||
},
|
|
||||||
"account_type": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true,
|
|
||||||
"unique": true
|
|
||||||
},
|
|
||||||
"data": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"_sync_state_metadata": {
|
|
||||||
"version": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bookmarks": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"account_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"account_type": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"created": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"deleted": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"dirty": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"folder": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"insert_after": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"modified": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"parent": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"position": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"sourceid": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sync1": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sync2": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sync3": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sync4": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sync5": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"url": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "1",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"history": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"created": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"date": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"url": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"user_entered": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"visits": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"images": {
|
|
||||||
"favicon": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"thumbnail": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"touch_icon": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"url_key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"searches": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"date": {
|
|
||||||
"datatype": "LONG"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
|
||||||
"name": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"seq": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"thumbnails": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"thumbnail": {
|
|
||||||
"datatype": "BLOB",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,216 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.android.deskclock",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "alarms.db",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"alarm_instances": "CREATE TABLE alarm_instances (_id INTEGER PRIMARY KEY,year INTEGER NOT NULL, month INTEGER NOT NULL, day INTEGER NOT NULL, hour INTEGER NOT NULL, minutes INTEGER NOT NULL, vibrate INTEGER NOT NULL, label TEXT NOT NULL, ringtone TEXT, alarm_state INTEGER NOT NULL, alarm_id INTEGER REFERENCES alarm_templates(_id) ON UPDATE CASCADE ON DELETE CASCADE, incvol INTEGER NOT NULL DEFAULT 0, preAlarm INTEGER NOT NULL DEFAULT 0, alarmVol INTEGER NOT NULL DEFAULT -1, preAlarmVol INTEGER NOT NULL DEFAULT -1, preAlarmTime INTEGER NOT NULL DEFAULT 5, preAlarmRingtone TEXT, painMode INTEGER NOT NULL DEFAULT 0, randomMode INTEGER NOT NULL DEFAULT 0, mediaStart INTEGER NOT NULL DEFAULT 0)",
|
|
||||||
"alarm_templates": "CREATE TABLE alarm_templates (_id INTEGER PRIMARY KEY,hour INTEGER NOT NULL, minutes INTEGER NOT NULL, daysofweek INTEGER NOT NULL, enabled INTEGER NOT NULL, vibrate INTEGER NOT NULL, label TEXT NOT NULL, ringtone TEXT, delete_after_use INTEGER NOT NULL DEFAULT 0, incvol INTEGER NOT NULL DEFAULT 0, preAlarm INTEGER NOT NULL DEFAULT 0, alarmVol INTEGER NOT NULL DEFAULT -1, preAlarmVol INTEGER NOT NULL DEFAULT -1, preAlarmTime INTEGER NOT NULL DEFAULT 5, preAlarmRingtone TEXT, painMode INTEGER NOT NULL DEFAULT 0, randomMode INTEGER NOT NULL DEFAULT 0, mediaStart INTEGER NOT NULL DEFAULT 0)",
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"selected_cities": "CREATE TABLE selected_cities (city_id TEXT PRIMARY KEY,city_name TEXT NOT NULL, timezone_name TEXT NOT NULL, timezone_offset INTEGER NOT NULL)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"alarm_instances": "ca0199784acf406e9b5bffef623e917a",
|
|
||||||
"alarm_templates": "06a6c1a71b40187ed205b7e78c66d542",
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"selected_cities": "145de04eaf723d2ac3953c63865c8628"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "0033fb41a9e85d808a6ed048d72a514a",
|
|
||||||
"tables": {
|
|
||||||
"alarm_instances": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"alarmVol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"alarm_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "alarm_templates(_id) ON UPDATE CASCADE ON DELETE CASCADE"
|
|
||||||
},
|
|
||||||
"alarm_state": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"day": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"hour": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"incvol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"label": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"mediaStart": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"minutes": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"month": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"painMode": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarm": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarmRingtone": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"preAlarmTime": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "5",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarmVol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"randomMode": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"ringtone": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"vibrate": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"year": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"alarm_templates": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"alarmVol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"daysofweek": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"delete_after_use": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"enabled": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"hour": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"incvol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"label": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"mediaStart": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"minutes": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"painMode": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarm": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarmRingtone": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"preAlarmTime": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "5",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"preAlarmVol": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"randomMode": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"ringtone": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"vibrate": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"selected_cities": {
|
|
||||||
"city_id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"city_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"timezone_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"timezone_offset": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,707 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.android.email",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "EmailProvider.db",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"Account": "CREATE TABLE Account (_id integer primary key autoincrement, displayName text, emailAddress text, syncKey text, syncLookback integer, syncInterval text, hostAuthKeyRecv integer, hostAuthKeySend integer, flags integer, isDefault integer, compatibilityUuid text, senderName text, ringtoneUri text, protocolVersion text, newMessageCount integer, securityFlags integer, securitySyncKey text, signature text, policyKey integer, maxAttachmentSize integer, pingDuration integer)",
|
|
||||||
"Attachment": "CREATE TABLE Attachment (_id integer primary key autoincrement, fileName text, mimeType text, size integer, contentId text, contentUri text, messageKey integer, location text, encoding text, content text, flags integer, content_bytes blob, accountKey integer, uiState integer, uiDestination integer, uiDownloadedSize integer, cachedFile text)",
|
|
||||||
"HostAuth": "CREATE TABLE HostAuth (_id integer primary key autoincrement, protocol text, address text, port integer, flags integer, login text, password text, domain text, accountKey integer,certAlias text,serverCert blob)",
|
|
||||||
"Mailbox": "CREATE TABLE Mailbox (_id integer primary key autoincrement, displayName text, serverId text, parentServerId text, parentKey integer, accountKey integer, type integer, delimiter integer, syncKey text, syncLookback integer, syncInterval integer, syncTime integer, unreadCount integer, flagVisible integer, flags integer, visibleLimit integer, syncStatus text, messageCount integer not null default 0, lastTouchedTime integer default 0, uiSyncStatus integer default 0, uiLastSyncResult integer default 0, lastNotifiedMessageKey integer not null default 0, lastNotifiedMessageCount integer not null default 0, totalCount integer, hierarchicalName text, lastFullSyncTime integer)",
|
|
||||||
"Message": "CREATE TABLE Message (_id integer primary key autoincrement, syncServerId text, syncServerTimeStamp integer, displayName text, timeStamp integer, subject text, flagRead integer, flagLoaded integer, flagFavorite integer, flagAttachment integer, flags integer, clientId integer, messageId text, mailboxKey integer, accountKey integer, fromList text, toList text, ccList text, bccList text, replyToList text, meetingInfo text, snippet text, protocolSearchInfo text, threadTopic text, syncData text, flagSeen integer, mainMailboxKey integer)",
|
|
||||||
"MessageMove": "CREATE TABLE MessageMove (_id integer primary key autoincrement, messageKey integer, messageServerId text, accountKey integer, status integer, srcFolderKey integer, dstFolderKey integer, srcFolderServerId text, dstFolderServerId text)",
|
|
||||||
"MessageStateChange": "CREATE TABLE MessageStateChange (_id integer primary key autoincrement, messageKey integer, messageServerId text, accountKey integer, status integer, oldFlagRead integer, newFlagRead integer, oldFlagFavorite integer, newFlagFavorite integer)",
|
|
||||||
"Message_Deletes": "CREATE TABLE Message_Deletes (_id integer unique, syncServerId text, syncServerTimeStamp integer, displayName text, timeStamp integer, subject text, flagRead integer, flagLoaded integer, flagFavorite integer, flagAttachment integer, flags integer, clientId integer, messageId text, mailboxKey integer, accountKey integer, fromList text, toList text, ccList text, bccList text, replyToList text, meetingInfo text, snippet text, protocolSearchInfo text, threadTopic text, syncData text, flagSeen integer, mainMailboxKey integer)",
|
|
||||||
"Message_Updates": "CREATE TABLE Message_Updates (_id integer unique, syncServerId text, syncServerTimeStamp integer, displayName text, timeStamp integer, subject text, flagRead integer, flagLoaded integer, flagFavorite integer, flagAttachment integer, flags integer, clientId integer, messageId text, mailboxKey integer, accountKey integer, fromList text, toList text, ccList text, bccList text, replyToList text, meetingInfo text, snippet text, protocolSearchInfo text, threadTopic text, syncData text, flagSeen integer, mainMailboxKey integer)",
|
|
||||||
"Policy": "CREATE TABLE Policy (_id integer primary key autoincrement, passwordMode integer, passwordMinLength integer, passwordExpirationDays integer, passwordHistory integer, passwordComplexChars integer, passwordMaxFails integer, maxScreenLockTime integer, requireRemoteWipe integer, requireEncryption integer, requireEncryptionExternal integer, requireManualSyncRoaming integer, dontAllowCamera integer, dontAllowAttachments integer, dontAllowHtml integer, maxAttachmentSize integer, maxTextTruncationSize integer, maxHTMLTruncationSize integer, maxEmailLookback integer, maxCalendarLookback integer, passwordRecoveryEnabled integer, protocolPoliciesEnforced text, protocolPoliciesUnsupported text)",
|
|
||||||
"QuickResponse": "CREATE TABLE QuickResponse (_id integer primary key autoincrement, quickResponse text, accountKey integer)",
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"Account": "fed036842e5577dc74dd01dc956ac9f4",
|
|
||||||
"Attachment": "97cbd6dd02a2184e14b0fedde14d38b0",
|
|
||||||
"HostAuth": "21737d16afae9f32f4f7bd55d8bf7a41",
|
|
||||||
"Mailbox": "e9debddbaa3691cc3f0c9bd019a7f55b",
|
|
||||||
"Message": "c9fb401dd9be58b01e201fd73ee9ce09",
|
|
||||||
"MessageMove": "4187eaa7d583e9ad442f84842f00f6f3",
|
|
||||||
"MessageStateChange": "6a6a57be1f1e3867a3b91aee3141fc6a",
|
|
||||||
"Message_Deletes": "80aa2267979381e66869eed9619714be",
|
|
||||||
"Message_Updates": "a081eb58c6f3ea13cd5acdc9a7f9fffe",
|
|
||||||
"Policy": "7cfffad6145c96ef445be6023d5f2014",
|
|
||||||
"QuickResponse": "70bd01ed9d384374d4ee30a11d861901",
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "7d150935b5bd1d5cfeec415cecb75d8c",
|
|
||||||
"tables": {
|
|
||||||
"Account": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"compatibilityUuid": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"displayName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"emailAddress": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"hostAuthKeyRecv": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"hostAuthKeySend": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"isDefault": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxAttachmentSize": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"newMessageCount": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"pingDuration": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"policyKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"protocolVersion": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"ringtoneUri": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"securityFlags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"securitySyncKey": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"senderName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"signature": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncInterval": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncKey": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncLookback": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Attachment": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"cachedFile": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"content": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"contentId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"contentUri": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"content_bytes": {
|
|
||||||
"datatype": "blob"
|
|
||||||
},
|
|
||||||
"encoding": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"fileName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"messageKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"mimeType": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"size": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"uiDestination": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"uiDownloadedSize": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"uiState": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"HostAuth": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"address": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"certAlias": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"domain": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"login": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"password": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"port": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"protocol": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"serverCert": {
|
|
||||||
"datatype": "blob"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Mailbox": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"delimiter": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"displayName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flagVisible": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"hierarchicalName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"lastFullSyncTime": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"lastNotifiedMessageCount": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"lastNotifiedMessageKey": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"lastTouchedTime": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0"
|
|
||||||
},
|
|
||||||
"messageCount": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"parentKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"parentServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"serverId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncInterval": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"syncKey": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncLookback": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"syncStatus": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncTime": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"totalCount": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"uiLastSyncResult": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0"
|
|
||||||
},
|
|
||||||
"uiSyncStatus": {
|
|
||||||
"datatype": "integer",
|
|
||||||
"default": "0"
|
|
||||||
},
|
|
||||||
"unreadCount": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"visibleLimit": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Message": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"bccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"ccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"clientId": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"displayName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flagAttachment": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagFavorite": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagLoaded": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagRead": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagSeen": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"fromList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"mailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"mainMailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"meetingInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"messageId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"protocolSearchInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"replyToList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"snippet": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"subject": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncData": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerTimeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"threadTopic": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"timeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"toList": {
|
|
||||||
"datatype": "text"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"MessageMove": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"dstFolderKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"dstFolderServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"messageKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"messageServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"srcFolderKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"srcFolderServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"status": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"MessageStateChange": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"messageKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"messageServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"newFlagFavorite": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"newFlagRead": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"oldFlagFavorite": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"oldFlagRead": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"status": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Message_Deletes": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"bccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"ccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"clientId": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"displayName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flagAttachment": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagFavorite": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagLoaded": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagRead": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagSeen": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"fromList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"mailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"mainMailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"meetingInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"messageId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"protocolSearchInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"replyToList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"snippet": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"subject": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncData": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerTimeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"threadTopic": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"timeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"toList": {
|
|
||||||
"datatype": "text"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Message_Updates": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"bccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"ccList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"clientId": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"displayName": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"flagAttachment": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagFavorite": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagLoaded": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagRead": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flagSeen": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"fromList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"mailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"mainMailboxKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"meetingInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"messageId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"protocolSearchInfo": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"replyToList": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"snippet": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"subject": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncData": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerId": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"syncServerTimeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"threadTopic": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"timeStamp": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"toList": {
|
|
||||||
"datatype": "text"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Policy": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"dontAllowAttachments": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"dontAllowCamera": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"dontAllowHtml": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxAttachmentSize": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxCalendarLookback": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxEmailLookback": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxHTMLTruncationSize": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxScreenLockTime": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"maxTextTruncationSize": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordComplexChars": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordExpirationDays": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordHistory": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordMaxFails": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordMinLength": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordMode": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"passwordRecoveryEnabled": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"protocolPoliciesEnforced": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"protocolPoliciesUnsupported": {
|
|
||||||
"datatype": "text"
|
|
||||||
},
|
|
||||||
"requireEncryption": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"requireEncryptionExternal": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"requireManualSyncRoaming": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"requireRemoteWipe": {
|
|
||||||
"datatype": "integer"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"QuickResponse": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "integer",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"accountKey": {
|
|
||||||
"datatype": "integer"
|
|
||||||
},
|
|
||||||
"quickResponse": {
|
|
||||||
"datatype": "text"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
|
||||||
"name": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"seq": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,49 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.android.providers.userdictionary",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "user_dict.db",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"words": "CREATE TABLE words (_id INTEGER PRIMARY KEY,word TEXT,frequency INTEGER,locale TEXT,appid INTEGER,shortcut TEXT)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"words": "896ef53f3b25f2b7f2bb6b1997bb37a3"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "bc7745ccd676fe108c37ed21eea90a9a",
|
|
||||||
"tables": {
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"words": {
|
|
||||||
"_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"appid": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"frequency": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"shortcut": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"word": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,96 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.android.vending",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "library.db",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"ownership": "CREATE TABLE ownership (account STRING, library_id STRING, backend INTEGER, doc_id STRING, doc_type INTEGER, offer_type INTEGER, document_hash INTEGER, subs_valid_until_time INTEGER, app_certificate_hash STRING, app_refund_pre_delivery_endtime_ms INTEGER, app_refund_post_delivery_window_ms INTEGER, subs_auto_renewing INTEGER, subs_initiation_time INTEGER, subs_trial_until_time INTEGER, inapp_purchase_data STRING, inapp_signature STRING, preordered INTEGER, owned_via_license INTEGER, shared_by_me INTEGER, sharer_person_doc_id STRING, PRIMARY KEY (account, library_id, backend, doc_id, doc_type, offer_type))"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"ownership": "6d9a6d777d0fa685cc87731a9d9852b5"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "353972ddb011f7f7fb570a1b04dc5cdf",
|
|
||||||
"tables": {
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ownership": {
|
|
||||||
"account": {
|
|
||||||
"datatype": "STRING",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"app_certificate_hash": {
|
|
||||||
"datatype": "STRING"
|
|
||||||
},
|
|
||||||
"app_refund_post_delivery_window_ms": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"app_refund_pre_delivery_endtime_ms": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"backend": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"doc_id": {
|
|
||||||
"datatype": "STRING",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"doc_type": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"document_hash": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"inapp_purchase_data": {
|
|
||||||
"datatype": "STRING"
|
|
||||||
},
|
|
||||||
"inapp_signature": {
|
|
||||||
"datatype": "STRING"
|
|
||||||
},
|
|
||||||
"library_id": {
|
|
||||||
"datatype": "STRING",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"offer_type": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"owned_via_license": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"preordered": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"shared_by_me": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"sharer_person_doc_id": {
|
|
||||||
"datatype": "STRING"
|
|
||||||
},
|
|
||||||
"subs_auto_renewing": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"subs_initiation_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"subs_trial_until_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"subs_valid_until_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,142 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.google.android.gms",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "node.db",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"appkeys": "CREATE TABLE appkeys(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName STRING NOT NULL,signatureDigest STRING NOT NULL)",
|
||||||
|
"assetrefs": "CREATE TABLE assetrefs(assetname STRING NOT NULL, dataitems_id INTEGER NOT NULL, assets_digest STRING NOT NULL)",
|
||||||
|
"assets": "CREATE TABLE assets(digest STRING PRIMARY KEY, dataPresent INTEGER NOT NULL DEFAULT 0, timestampMs INTEGER NOT NULL)",
|
||||||
|
"assetsacls": "CREATE TABLE assetsacls(appkeys_id INTEGER NOT NULL, assets_digest STRING NOT NULL)",
|
||||||
|
"dataitems": "CREATE TABLE dataitems(_id INTEGER PRIMARY KEY AUTOINCREMENT, appkeys_id INTEGER NOT NULL, host STRING NOT NULL, path STRING NOT NULL, seqId INTEGER NOT NULL, deleted INTEGER NOT NULL, sourceNode STRING NOT NULL, data BLOB, timestampMs INTEGER NOT NULL, assetsPresent INTEGER NOT NULL)",
|
||||||
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"appkeys": "d7a1e484688d979320a897e497d1302b",
|
||||||
|
"assetrefs": "f963d8601dc04b7fc170f4275e2d7470",
|
||||||
|
"assets": "497bd54a7e19006dffb0a826f490b25b",
|
||||||
|
"assetsacls": "7a6a1fbdb13941d2c16a17994dac2f77",
|
||||||
|
"dataitems": "4ae201244d28239fe10163e43ecbee37",
|
||||||
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "483798e0a08f8181621dcf23c1b26f13",
|
||||||
|
"tables": {
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"appkeys": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"packageName": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"signatureDigest": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"assetrefs": {
|
||||||
|
"assetname": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"assets_digest": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"dataitems_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"assets": {
|
||||||
|
"dataPresent": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"digest": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"timestampMs": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"assetsacls": {
|
||||||
|
"appkeys_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"assets_digest": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dataitems": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"appkeys_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"assetsPresent": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"data": {
|
||||||
|
"datatype": "BLOB"
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"host": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"path": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"seqId": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"sourceNode": {
|
||||||
|
"datatype": "STRING",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"timestampMs": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sqlite_sequence": {
|
||||||
|
"name": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,86 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.google.android.gms",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "ns.db",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"pending_ops": "CREATE TABLE \"pending_ops\" (_id INTEGER PRIMARY KEY AUTOINCREMENT, target_package TEXT NOT NULL, target_class TEXT NOT NULL, tag TEXT, runtime INTEGER, flex_time INTEGER, period INTEGER, last_runtime INTEGER, user_id INTEGER, required_network_type INTEGER, requires_charging INTEGER, extras TEXT, retry_strategy TEXT, task_type INTEGER)",
|
||||||
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"pending_ops": "3ca7c44a0c309c750ea5ab851bae8b10",
|
||||||
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "b865614c45aaf51273d44fe68aee3381",
|
||||||
|
"tables": {
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pending_ops": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"extras": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"flex_time": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"last_runtime": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"period": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"required_network_type": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"requires_charging": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"retry_strategy": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"tag": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"target_class": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"target_package": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"task_type": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"user_id": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sqlite_sequence": {
|
||||||
|
"name": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,132 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.google.android.gms",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "plus.db",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"offline_frames": "CREATE TABLE offline_frames (_id INTEGER PRIMARY KEY AUTOINCREMENT, packageName STRING, accountName STRING, payload STRING, url STRING)",
|
||||||
|
"offline_logs": "CREATE TABLE offline_logs (_id INTEGER PRIMARY KEY AUTOINCREMENT, accountName TEXT NOT NULL, type TEXT NOT NULL, payload TEXT NOT NULL, timestamp INTEGER NOT NULL, onBehalfOf TEXT)",
|
||||||
|
"plus_accounts": "CREATE TABLE plus_accounts (_id INTEGER PRIMARY KEY AUTOINCREMENT, updated INTEGER NOT NULL, display_name STRING, account_name STRING, profile_image_url STRING, signedUp BOOLEAN)",
|
||||||
|
"plus_profiles": "CREATE TABLE plus_profiles (_id INTEGER PRIMARY KEY AUTOINCREMENT, updated INTEGER NOT NULL, accountName STRING, packageName STRING, profileJson STRING)",
|
||||||
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"offline_frames": "e9a178b6e6ef78655bc8d33251b26a75",
|
||||||
|
"offline_logs": "267b22dd986326e5e67ca467035fab4b",
|
||||||
|
"plus_accounts": "b32202450d901772b175a2658e619044",
|
||||||
|
"plus_profiles": "d43056db355852b8aff04cef2f47fa94",
|
||||||
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "a42ba6cea3830b838731b2d0e301d813",
|
||||||
|
"tables": {
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"offline_frames": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"accountName": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"packageName": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"payload": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"offline_logs": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"accountName": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"onBehalfOf": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"payload": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"timestamp": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plus_accounts": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"account_name": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"display_name": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"profile_image_url": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"signedUp": {
|
||||||
|
"datatype": "BOOLEAN"
|
||||||
|
},
|
||||||
|
"updated": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"plus_profiles": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"accountName": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"packageName": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"profileJson": {
|
||||||
|
"datatype": "STRING"
|
||||||
|
},
|
||||||
|
"updated": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sqlite_sequence": {
|
||||||
|
"name": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,60 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.google.android.talk",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "google_analytics_v4.db",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"hits2": "CREATE TABLE hits2 ( 'hit_id' INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, 'hit_time' INTEGER NOT NULL, 'hit_url' TEXT NOT NULL, 'hit_string' TEXT NOT NULL, 'hit_app_id' INTEGER)",
|
||||||
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"hits2": "e923bd71d67ff431a43ecd9429648faf",
|
||||||
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "9003f4a94b9e6f38b8c86f15ac2d7a78",
|
||||||
|
"tables": {
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hits2": {
|
||||||
|
"hit_app_id": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"hit_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"hit_string": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"hit_time": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"hit_url": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sqlite_sequence": {
|
||||||
|
"name": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,69 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.google.android.youtube",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "identity.db",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"identity": "CREATE TABLE \"identity\"(id TEXT PRIMARY KEY,account TEXT,page_id TEXT)",
|
||||||
|
"profile": "CREATE TABLE profile(id TEXT PRIMARY KEY,profile_display_name TEXT,profile_display_email TEXT,profile_thumbnail_uri TEXT,profile_account_name_proto BLOB,profile_account_photo_thumbnails_proto BLOB,profile_mobile_banner_thumbnails_proto BLOB,FOREIGN KEY(id) REFERENCES identity(id))"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"identity": "4d0ec6feac74df5bdee3e8688fcffcea",
|
||||||
|
"profile": "b212357f91c49f299bbc278f90db06ba"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "fc97914dbcaec64c45b540b21f65b175",
|
||||||
|
"tables": {
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"identity": {
|
||||||
|
"account": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"page_id": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"profile": {
|
||||||
|
"FOREIGN": {
|
||||||
|
"datatype": "KEY"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"profile_account_name_proto": {
|
||||||
|
"datatype": "BLOB"
|
||||||
|
},
|
||||||
|
"profile_account_photo_thumbnails_proto": {
|
||||||
|
"datatype": "BLOB"
|
||||||
|
},
|
||||||
|
"profile_display_email": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"profile_display_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"profile_mobile_banner_thumbnails_proto": {
|
||||||
|
"datatype": "BLOB"
|
||||||
|
},
|
||||||
|
"profile_thumbnail_uri": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,193 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.google.android.youtube",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "com.google.android.youtube/databases/youtube_upload_service",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"OfflineHttpRequestProto": "CREATE TABLE OfflineHttpRequestProto (insertionOrder INTEGER PRIMARY KEY AUTOINCREMENT,key TEXT KEY,value BLOB NOT NULL,sortingValue INTEGER NOT NULL)",
|
|
||||||
"ScheduledTaskProto": "CREATE TABLE ScheduledTaskProto (insertionOrder INTEGER PRIMARY KEY AUTOINCREMENT,key TEXT KEY,value BLOB NOT NULL,sortingValue INTEGER NOT NULL)",
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"conversiontracking": "CREATE TABLE conversiontracking ( conversion_ping_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, string_url TEXT NOT NULL, preference_key TEXT, is_repeatable INTEGER, parameter_is_null INTEGER, preference_name TEXT, record_time INTEGER, retry_count INTEGER,last_retry_time INTEGER)",
|
|
||||||
"identity": "CREATE TABLE identity (account TEXT,gaia_id TEXT,profile_display_name TEXT,profile_display_email TEXT,profile_thumbnail_uri TEXT, id TEXT, profile_account_name_proto BLOB, profile_account_photo_thumbnails_proto BLOB, profile_mobile_banner_thumbnails_proto BLOB, PRIMARY KEY (account,gaia_id) ON CONFLICT REPLACE)",
|
|
||||||
"job_storage_jobs": "CREATE TABLE job_storage_jobs (id TEXT PRIMARY KEY,version INTEGER,data BLOB)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)",
|
|
||||||
"transfers": "CREATE TABLE transfers (file_path TEXT PRIMARY KEY,network_uri TEXT,status INTEGER,status_reason INTEGER,bytes_transferred BIGINT,bytes_total BIGINT,extras BLOB,output_extras BLOB, accountname TEXT,priority INTEGER DEFAULT 0)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"OfflineHttpRequestProto": "162c915fb22c0efd19d6988215982a1a",
|
|
||||||
"ScheduledTaskProto": "a7ab77c5a21f710f0c09cb21b94af96d",
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"conversiontracking": "2d5e7b14fcfc7d6becaedd80a5724950",
|
|
||||||
"identity": "edbf13b39a21f0dbf03efc18075a448c",
|
|
||||||
"job_storage_jobs": "f93029d627e2eb12f8154054a339042e",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2",
|
|
||||||
"transfers": "81cef0b7868db82186d659eb188d92e8"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "f98759e0299e5e9283a0f6997b79faa8",
|
|
||||||
"tables": {
|
|
||||||
"OfflineHttpRequestProto": {
|
|
||||||
"insertionOrder": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sortingValue": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "BLOB",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ScheduledTaskProto": {
|
|
||||||
"insertionOrder": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sortingValue": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "BLOB",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"conversiontracking": {
|
|
||||||
"conversion_ping_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"is_repeatable": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"last_retry_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"parameter_is_null": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"preference_key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"preference_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"record_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"retry_count": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"string_url": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"identity": {
|
|
||||||
"account": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"gaia_id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_account_name_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_account_photo_thumbnails_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_display_email": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_display_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_mobile_banner_thumbnails_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_thumbnail_uri": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"job_storage_jobs": {
|
|
||||||
"data": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
|
||||||
"name": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"seq": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"transfers": {
|
|
||||||
"accountname": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"bytes_total": {
|
|
||||||
"datatype": "BIGINT"
|
|
||||||
},
|
|
||||||
"bytes_transferred": {
|
|
||||||
"datatype": "BIGINT"
|
|
||||||
},
|
|
||||||
"extras": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"file_path": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"network_uri": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"output_extras": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"priority": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0"
|
|
||||||
},
|
|
||||||
"status": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"status_reason": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,782 @@
|
||||||
|
{
|
||||||
|
"_file-metadata": {
|
||||||
|
"app-name": "com.viber.voip",
|
||||||
|
"app-ver": "",
|
||||||
|
"dn-name": "com.viber.voip/databases/viber_messages",
|
||||||
|
"format-ver": "0.91",
|
||||||
|
"notes": "",
|
||||||
|
"scan-date": "2016-01-08_110349",
|
||||||
|
"scanner-name": "dbfp",
|
||||||
|
"scanner-ver": "0.95"
|
||||||
|
},
|
||||||
|
"db-metadata": {
|
||||||
|
"adx": "CREATE TABLE adx ( _id INTEGER PRIMARY KEY NOT NULL, event_name TEXT, last_tracked INTEGER NOT NULL )",
|
||||||
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
|
"applications": "CREATE TABLE applications ( _id INTEGER PRIMARY KEY NOT NULL, app_name TEXT, type TEXT, app_package_name TEXT, flags INTEGER DEFAULT 0, last_modified INTEGER DEFAULT (1000*strftime('%s','now')) )",
|
||||||
|
"backgrounds": "CREATE TABLE backgrounds (_id INTEGER PRIMARY KEY NOT NULL, background_index INTEGER DEFAULT 0, background_id INTEGER DEFAULT 0, flags INTEGER DEFAULT 0)",
|
||||||
|
"blocked_data": "CREATE TABLE blocked_data (_id INTEGER PRIMARY KEY AUTOINCREMENT, type INTEGER, data_1 TEXT, data_2 TEXT, data_3 TEXT DEFAULT NULL, seq INTEGER, status INTEGER DEFAULT 0, UNIQUE (data_1) ON CONFLICT REPLACE)",
|
||||||
|
"conversations": "CREATE TABLE conversations (_id INTEGER PRIMARY KEY autoincrement,conversation_type INTEGER DEFAULT 0,group_id INTEGER DEFAULT 0,application_id INTEGER DEFAULT 0,recipient_number TEXT,share_location INTEGER DEFAULT 0,message_draft TEXT,unread_message_count INTEGER DEFAULT 0,unread_calls_count INTEGER DEFAULT 0,media_msg_count INTEGER DEFAULT 0,deleted INTEGER DEFAULT 0,delete_token LONG DEFAULT 0,name TEXT,group_role INTEGER DEFAULT 1,icon_id TEXT,background_landscape TEXT, background_portrait TEXT, smart_notification INTEGER,smart_event_date INTEGER DEFAULT 0, mute_notification INTEGER, flags INTEGER DEFAULT 0,date LONG DEFAULT 0,last_message_id LONG DEFAULT 0,read_notification_token LONG DEFAULT 0,participant_id_1 LONG DEFAULT 0,participant_id_2 LONG DEFAULT 0,participant_id_3 LONG DEFAULT 0,participant_id_4 LONG DEFAULT 0,creator_participant_id LONG DEFAULT 0)",
|
||||||
|
"group_conversations_extras": "CREATE TABLE group_conversations_extras (_id INTEGER PRIMARY KEY autoincrement,group_id INTEGER DEFAULT 0,group_uri TEXT,background_id TEXT,location_lat INTEGER DEFAULT 0,location_lng INTEGER DEFAULT 0,country TEXT,location_address TEXT,revision INTEGER DEFAULT 0,watchers_count INTEGER DEFAULT 0,watchers_count_ref INTEGER DEFAULT 0,watchers_count_ref_date LONG DEFAULT 0,tag_line TEXT, tags TEXT, local_message_id INTEGER DEFAULT 0, server_message_id INTEGER DEFAULT 0, verified INTEGER,inviter TEXT, last_media_type TEXT, last_msg_text TEXT, sender_phone TEXT, last_read_message_id INTEGER DEFAULT 0, group_enter_count INTEGER DEFAULT 0, pg_extra_flags INTEGER DEFAULT 0)",
|
||||||
|
"kvdata": "CREATE TABLE kvdata (_id INTEGER PRIMARY KEY autoincrement,object_id LONG DEFAULT 0,key TEXT,value TEXT,value_type INTEGER DEFAULT 0,UNIQUE(object_id, key) ON CONFLICT REPLACE)",
|
||||||
|
"messages": "CREATE TABLE messages (_id INTEGER PRIMARY KEY autoincrement,address TEXT NOT NULL,date INTEGER NOT NULL,read INTEGER DEFAULT 0,opened INTEGER DEFAULT 0,status INTEGER DEFAULT 0,type INTEGER NOT NULL,body TEXT,sync_read INTEGER DEFAULT 0,flag INTEGER DEFAULT 0,token LONG, order_key LONG, location_lat LONG,location_lng LONG,extra_uri TEXT,extra_mime TEXT,extra_status INTEGER,seq INTEGER,message_global_id INTEGER,extra_upload_id LONG,extra_download_id TEXT,extra_bucket_name TEXT,extra_duration LONG,description TEXT ,msg_info TEXT ,deleted INTEGER DEFAULT 0,count INTEGER DEFAULT 1,group_id INTEGER DEFAULT 0,conversation_id INTEGER DEFAULT 0,conversation_type INTEGER DEFAULT 0,participant_id INTEGER DEFAULT 0, extra_flags INTEGER DEFAULT 0, date_real INTEGER NOT NULL,likes_count INTEGER DEFAULT 0,spans TEXT)",
|
||||||
|
"messages_calls": "CREATE TABLE messages_calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,conversation_id INTEGER NOT NULL,message_id INTEGER NOT NULL,canonized_number TEXT NOT NULL,viber_call_type INTEGER DEFAULT 1, date LONG NOT NULL,duration LONG NOT NULL,type INT NOT NULL,end_reason INT DEFAULT 0,start_reason INT DEFAULT 0,token LONG DEFAULT 0)",
|
||||||
|
"messages_likes": "CREATE TABLE messages_likes (_id INTEGER PRIMARY KEY AUTOINCREMENT,message_token LONG NOT NULL,like_token LONG DEFAULT 0,seq INTEGER DEFAULT 0,participant_number TEXT NOT NULL,date LONG DEFAULT 0,read INTEGER DEFAULT 0,sync_read INTEGER DEFAULT 0,status INTEGER DEFAULT 0)",
|
||||||
|
"participants": "CREATE TABLE participants (_id INTEGER PRIMARY KEY autoincrement,conversation_id INTEGER DEFAULT 0,participant_info_id INTEGER DEFAULT 0,last_message_id INTEGER DEFAULT 0,active INTEGER DEFAULT TRUE, group_role INTEGER DEFAULT 1 )",
|
||||||
|
"participants_info": "CREATE TABLE participants_info (_id INTEGER PRIMARY KEY autoincrement,number TEXT,encrypted_number TEXT,display_name TEXT,contact_name TEXT,contact_id INTEGER DEFAULT 0,native_contact_id INTEGER DEFAULT 0,viber_name TEXT,viber_image TEXT,location_lat LONG DEFAULT 0,location_lng LONG DEFAULT 0,location_date LONG DEFAULT 0,participant_type INTEGER DEFAULT 1, has_contact_name INTEGER DEFAULT 0, native_photo_id LONG DEFAULT 0, has_photo INTEGER DEFAULT 0, sync_date INTEGER DEFAULT 0 )",
|
||||||
|
"purchase": "CREATE TABLE purchase ( order_id TEXT PRIMARY KEY NOT NULL, category INTEGER, type TEXT, package_name TEXT, product_id TEXT, purchase_time LONG DEFAULT 0, purchase_state INTEGER DEFAULT 0, dev_payload TEXT, token TEXT, json TEXT, signature TEXT,verified INTEGER DEFAULT 0, consumed INTEGER DEFAULT 0, pending INTEGER DEFAULT 0)",
|
||||||
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)",
|
||||||
|
"stickers": "CREATE TABLE stickers ( _id INTEGER PRIMARY KEY NOT NULL, package_id INTEGER DEFAULT 0, generic_col_pos INTEGER DEFAULT 0, generic_row_pos INTEGER DEFAULT 0, column_span INTEGER DEFAULT 0, row_span INTEGER DEFAULT 0, flags INTEGER DEFAULT 0 )",
|
||||||
|
"stickers_packages": "CREATE TABLE stickers_packages ( _id INTEGER PRIMARY KEY NOT NULL, package_name TEXT, flags INTEGER DEFAULT 0, thumb_axis_shrink_factor FLOAT DEFAULT 0, visibility INTEGER DEFAULT 0, menu_position INTEGER DEFAULT 0, version FLOAT DEFAULT 1.0)"
|
||||||
|
},
|
||||||
|
"db-metadata-hashes": {
|
||||||
|
"adx": "aab1125fd46b84e543d2da6cda67eb44",
|
||||||
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
|
"applications": "0651960496a7ea2ec62a703a9ceeaa38",
|
||||||
|
"backgrounds": "301c994b8469d403eb2b56f1eaf3c0ab",
|
||||||
|
"blocked_data": "326689b3fbacd42e22b73b4b308f98df",
|
||||||
|
"conversations": "4a809ef13fa79ffef6bc715650bba9d4",
|
||||||
|
"group_conversations_extras": "f930e23c4f770736757f5381b5682fac",
|
||||||
|
"kvdata": "839f8211650f3273814b5a1a4af58f49",
|
||||||
|
"messages": "183a5034f06fe09600b00cb2081a6eaa",
|
||||||
|
"messages_calls": "482bef395e76dbff21991b079ce785f4",
|
||||||
|
"messages_likes": "a748d1fc1750add16eebf23f06c11345",
|
||||||
|
"participants": "ad08c9b89dbeefce73587a510408cece",
|
||||||
|
"participants_info": "6e12a7afe73aeb45cc67e95c2ef678c4",
|
||||||
|
"purchase": "f027c710c661e4cd5b813af6fb9017c1",
|
||||||
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2",
|
||||||
|
"stickers": "23df16b8e627fb62b45caf431d130b45",
|
||||||
|
"stickers_packages": "36f863f03838cb4dd1c2c98c30afde16"
|
||||||
|
},
|
||||||
|
"db-metadata-md5": "2c32c000dfe232d9ec62b1fa8156c294",
|
||||||
|
"tables": {
|
||||||
|
"adx": {
|
||||||
|
"_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"event_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"last_tracked": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"android_metadata": {
|
||||||
|
"locale": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"applications": {
|
||||||
|
"_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"app_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"app_package_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"last_modified": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"backgrounds": {
|
||||||
|
"_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"background_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"background_index": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"blocked_data": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"data_1": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"unique": true
|
||||||
|
},
|
||||||
|
"data_2": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"data_3": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"default": "NULL"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"conversations": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"application_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"background_landscape": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"background_portrait": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"conversation_type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"creator_participant_id": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"delete_token": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_role": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "1"
|
||||||
|
},
|
||||||
|
"icon_id": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"last_message_id": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"media_msg_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"message_draft": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"mute_notification": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"participant_id_1": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"participant_id_2": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"participant_id_3": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"participant_id_4": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"read_notification_token": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"recipient_number": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"share_location": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"smart_event_date": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"smart_notification": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"unread_calls_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"unread_message_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"group_conversations_extras": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"background_id": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"country": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"group_enter_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_uri": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"inviter": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"last_media_type": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"last_msg_text": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"last_read_message_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"local_message_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_address": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"location_lat": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_lng": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"pg_extra_flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"revision": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"sender_phone": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"server_message_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"tag_line": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"tags": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"verified": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"watchers_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"watchers_count_ref": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"watchers_count_ref_date": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"kvdata": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"unique": true
|
||||||
|
},
|
||||||
|
"object_id": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0",
|
||||||
|
"unique": true
|
||||||
|
},
|
||||||
|
"value": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"value_type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"body": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"conversation_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"conversation_type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "1"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"date_real": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"deleted": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"extra_bucket_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"extra_download_id": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"extra_duration": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"extra_flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"extra_mime": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"extra_status": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"extra_upload_id": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"extra_uri": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"flag": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"likes_count": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_lat": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"location_lng": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"message_global_id": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"msg_info": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"opened": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"order_key": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"participant_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"read": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"spans": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"sync_read": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"token": {
|
||||||
|
"datatype": "LONG"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"messages_calls": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"canonized_number": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"conversation_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"duration": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"end_reason": {
|
||||||
|
"datatype": "INT",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"message_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"start_reason": {
|
||||||
|
"datatype": "INT",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"token": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "INT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"viber_call_type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"messages_likes": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"like_token": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"message_token": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"participant_number": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"notnull": true
|
||||||
|
},
|
||||||
|
"read": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"sync_read": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"participants": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"active": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "TRUE"
|
||||||
|
},
|
||||||
|
"conversation_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"group_role": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "1"
|
||||||
|
},
|
||||||
|
"last_message_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"participant_info_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"participants_info": {
|
||||||
|
"_id": {
|
||||||
|
"autoincrement": true,
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"contact_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"contact_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"display_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"encrypted_number": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"has_contact_name": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"has_photo": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_date": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_lat": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"location_lng": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"native_contact_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"native_photo_id": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"number": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"participant_type": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "1"
|
||||||
|
},
|
||||||
|
"sync_date": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"viber_image": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"viber_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"purchase": {
|
||||||
|
"category": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"consumed": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"dev_payload": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"json": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"order_id": {
|
||||||
|
"datatype": "TEXT",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"package_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"pending": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"product_id": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"purchase_state": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"purchase_time": {
|
||||||
|
"datatype": "LONG",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"signature": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"token": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"verified": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sqlite_sequence": {
|
||||||
|
"name": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
},
|
||||||
|
"seq": {
|
||||||
|
"datatype": "INTEGER"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stickers": {
|
||||||
|
"_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"column_span": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"generic_col_pos": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"generic_row_pos": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"package_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"row_span": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stickers_packages": {
|
||||||
|
"_id": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"primarykey": true
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"menu_position": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"package_name": {
|
||||||
|
"datatype": "TEXT"
|
||||||
|
},
|
||||||
|
"thumb_axis_shrink_factor": {
|
||||||
|
"datatype": "FLOAT",
|
||||||
|
"default": "0"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"datatype": "FLOAT",
|
||||||
|
"default": "1"
|
||||||
|
},
|
||||||
|
"visibility": {
|
||||||
|
"datatype": "INTEGER",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -5,39 +5,21 @@
|
||||||
"dn-name": "com.localytics.android.c685a165210ff465709ae8d359bef6c90f17a12f344206db16d6f2f7f129e34f.profile.sqlite",
|
"dn-name": "com.localytics.android.c685a165210ff465709ae8d359bef6c90f17a12f344206db16d6f2f7f129e34f.profile.sqlite",
|
||||||
"format-ver": "0.91",
|
"format-ver": "0.91",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"scan-date": "2015-12-10_192853",
|
"scan-date": "2016-01-08_110349",
|
||||||
"scanner-name": "dbfp",
|
"scanner-name": "dbfp",
|
||||||
"scanner-ver": "0.90"
|
"scanner-ver": "0.95"
|
||||||
},
|
},
|
||||||
"db-metadata": {
|
"db-metadata": {
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
||||||
"changes": "CREATE TABLE changes (_id INTEGER PRIMARY KEY AUTOINCREMENT, scope TEXT NOT NULL, change TEXT NOT NULL, customer_id TEXT NOT NULL)",
|
"changes": "CREATE TABLE changes (_id INTEGER PRIMARY KEY AUTOINCREMENT, scope TEXT NOT NULL, change TEXT NOT NULL, customer_id TEXT NOT NULL)",
|
||||||
"custom_dimensions": "CREATE TABLE custom_dimensions (custom_dimension_key TEXT PRIMARY KEY, custom_dimension_value TEXT NOT NULL)",
|
|
||||||
"events": "CREATE TABLE events (_id INTEGER PRIMARY KEY AUTOINCREMENT, blob TEXT NOT NULL, upload_format INTEGER NOT NULL)",
|
|
||||||
"identifiers": "CREATE TABLE identifiers (key TEXT PRIMARY KEY, value TEXT NOT NULL)",
|
|
||||||
"info": "CREATE TABLE info (_id INTEGER PRIMARY KEY AUTOINCREMENT, api_key TEXT UNIQUE NOT NULL, uuid TEXT UNIQUE NOT NULL, created_time INTEGER NOT NULL CHECK (created_time >= 0), opt_out INTEGER NOT NULL CHECK(opt_out IN (0, 1)), push_disabled INTEGER NOT NULL CHECK(push_disabled IN (0, 1)), sender_id TEXT, registration_id TEXT, registration_version TEXT, customer_id TEXT, user_type TEXT, fb_attribution TEXT, play_attribution TEXT, first_android_id TEXT, first_advertising_id TEXT, package_name TEXT, app_version TEXT, current_session_uuid TEXT, last_session_open_time INTEGER CHECK (last_session_open_time >= 0), last_session_close_time INTEGER CHECK (last_session_close_time >= 0), next_session_number INTEGER NOT NULL CHECK (next_session_number >= 0), next_header_number INTEGER NOT NULL CHECK (next_header_number >= 0), queued_close_session_blob TEXT, queued_close_session_blob_upload_format INTEGER, first_open_event_blob TEXT)",
|
|
||||||
"marketing_condition_values": "CREATE TABLE marketing_condition_values (_id INTEGER PRIMARY KEY AUTOINCREMENT, value TEXT NOT NULL, condition_id_ref INTEGER REFERENCES marketing_conditions(_id) NOT NULL)",
|
|
||||||
"marketing_conditions": "CREATE TABLE marketing_conditions (_id INTEGER PRIMARY KEY AUTOINCREMENT, attribute_name TEXT NOT NULL, operator TEXT NOT NULL, rule_id_ref INTEGER REFERENCES marketing_rules(_id) NOT NULL)",
|
|
||||||
"marketing_displayed": "CREATE TABLE marketing_displayed (campaign_id INTEGER PRIMARY KEY)",
|
|
||||||
"marketing_ruleevent": "CREATE TABLE marketing_ruleevent (_id INTEGER PRIMARY KEY AUTOINCREMENT, event_name TEXT NOT NULL, rule_id_ref INTEGER REFERENCES marketing_rules(_id) NOT NULL)",
|
|
||||||
"marketing_rules": "CREATE TABLE marketing_rules (_id INTEGER PRIMARY KEY AUTOINCREMENT, campaign_id INTEGER NOT NULL, expiration INTEGER NOT NULL, display_seconds INTEGER, display_session INTEGER, version TEXT NOT NULL, phone_location TEXT NOT NULL, phone_size_width INTEGER NOT NULL, phone_size_height INTEGER NOT NULL, tablet_location TEXT NOT NULL, tablet_size_width INTEGER NOT NULL, tablet_size_height INTEGER NOT NULL, time_to_display INTEGER, internet_required INTEGER NOT NULL, ab_test TEXT, rule_name TEXT UNIQUE NOT NULL, location TEXT NOT NULL, devices TEXT NOT NULL, rule_name_non_unique TEXT)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
||||||
},
|
},
|
||||||
"db-metadata-hashes": {
|
"db-metadata-hashes": {
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
||||||
"changes": "622d589d10fb633aeba8bc2a1411dfe5",
|
"changes": "622d589d10fb633aeba8bc2a1411dfe5",
|
||||||
"custom_dimensions": "d661f16cd6b94695eb06190c12e6f070",
|
|
||||||
"events": "fe7f6ea84bf8ea1cb59f60528fcc71bf",
|
|
||||||
"identifiers": "2f1cd3ec169f81f477aed964866cb033",
|
|
||||||
"info": "f06a8e20243c3517e732e1996d81cbee",
|
|
||||||
"marketing_condition_values": "2aa49e6195c3d4f0a3346cac9dae6cd8",
|
|
||||||
"marketing_conditions": "433b737da03ddb1dbc5900729e9848b5",
|
|
||||||
"marketing_displayed": "bb588a3e91d8a6d8b7a602289723d403",
|
|
||||||
"marketing_ruleevent": "8d27531bc1968246f6a0cf822c3bd980",
|
|
||||||
"marketing_rules": "0f0965f5677afc5c31bff7e71dcab317",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
||||||
},
|
},
|
||||||
"db-metadata-md5": "b6afb87fe25b289135b5a858a379bc99",
|
"db-metadata-md5": "9f6f647eb65b9e64899eb991c21d23b9",
|
||||||
"tables": {
|
"tables": {
|
||||||
"android_metadata": {
|
"android_metadata": {
|
||||||
"locale": {
|
"locale": {
|
||||||
|
@ -63,259 +45,6 @@
|
||||||
"notnull": true
|
"notnull": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"custom_dimensions": {
|
|
||||||
"custom_dimension_key": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"custom_dimension_value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"events": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"blob": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"upload_format": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"identifiers": {
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"info": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"api_key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"app_version": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"created_time": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"current_session_uuid": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"customer_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"fb_attribution": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_advertising_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_android_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_open_event_blob": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"last_session_close_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"last_session_open_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"next_header_number": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"next_session_number": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"opt_out": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"package_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"play_attribution": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"push_disabled": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"queued_close_session_blob": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"queued_close_session_blob_upload_format": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"registration_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"registration_version": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sender_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"user_type": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"uuid": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_condition_values": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"condition_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_conditions(_id)"
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_conditions": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"attribute_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"operator": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_rules(_id)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_displayed": {
|
|
||||||
"campaign_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_ruleevent": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"event_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_rules(_id)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_rules": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"ab_test": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"campaign_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"devices": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"display_seconds": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"display_session": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"expiration": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"internet_required": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_size_height": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_size_width": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"rule_name_non_unique": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"tablet_location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"tablet_size_height": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"tablet_size_width": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"time_to_display": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
"sqlite_sequence": {
|
||||||
"name": {
|
"name": {
|
||||||
"datatype": "INTEGER"
|
"datatype": "INTEGER"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,187 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "com.google.android.youtube",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "com.google.android.youtube/databases/youtube_upload_service",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192852",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"OfflineHttpRequestProto": "CREATE TABLE OfflineHttpRequestProto (insertionOrder INTEGER PRIMARY KEY AUTOINCREMENT,key TEXT KEY,value BLOB NOT NULL,sortingValue INTEGER NOT NULL)",
|
|
||||||
"ScheduledTaskProto": "CREATE TABLE ScheduledTaskProto (insertionOrder INTEGER PRIMARY KEY AUTOINCREMENT,key TEXT KEY,value BLOB NOT NULL,sortingValue INTEGER NOT NULL)",
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"conversiontracking": "CREATE TABLE conversiontracking ( conversion_ping_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, string_url TEXT NOT NULL, preference_key TEXT, is_repeatable INTEGER, parameter_is_null INTEGER, preference_name TEXT, record_time INTEGER, retry_count INTEGER,last_retry_time INTEGER)",
|
|
||||||
"identity": "CREATE TABLE identity (account TEXT,gaia_id TEXT,profile_display_name TEXT,profile_display_email TEXT,profile_thumbnail_uri TEXT, id TEXT, profile_account_name_proto BLOB, profile_account_photo_thumbnails_proto BLOB, profile_mobile_banner_thumbnails_proto BLOB, PRIMARY KEY (account,gaia_id) ON CONFLICT REPLACE)",
|
|
||||||
"job_storage_jobs": "CREATE TABLE job_storage_jobs (id TEXT PRIMARY KEY,version INTEGER,data BLOB)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)",
|
|
||||||
"transfers": "CREATE TABLE transfers (file_path TEXT PRIMARY KEY,network_uri TEXT,status INTEGER,status_reason INTEGER,bytes_transferred BIGINT,bytes_total BIGINT,extras BLOB,output_extras BLOB, accountname TEXT,priority INTEGER DEFAULT 0)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"OfflineHttpRequestProto": "0000915fb22c0efd19d6988215982a1a",
|
|
||||||
"ScheduledTaskProto": "a7ab77c5a21f710f0c09cb21b94af96d",
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"conversiontracking": "2d5e7b14fcfc7d6becaedd80a5724950",
|
|
||||||
"identity": "edbf13b39a21f0dbf03efc18075a448c",
|
|
||||||
"job_storage_jobs": "f93029d627e2eb12f8154054a339042e",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2",
|
|
||||||
"transfers": "0000f0b7868db82186d659eb188d92e8"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "f98759e0299e5e9283a0f6997b79faa8",
|
|
||||||
"tables": {
|
|
||||||
"OfflineHttpRequestProto": {
|
|
||||||
"insertionOrder": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sortingValue": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "BLOB",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"ScheduledTaskProto": {
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sortingValue": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "BLOB",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"conversiontracking": {
|
|
||||||
"conversion_ping_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"is_repeatable": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"last_retry_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"parameter_is_null": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"preference_key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"preference_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"record_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"retry_count": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"string_url": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"identity": {
|
|
||||||
"account": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"gaia_id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_account_name_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_account_photo_thumbnails_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_display_email": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_display_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"profile_mobile_banner_thumbnails_proto": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"profile_thumbnail_uri": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"job_storage_jobs": {
|
|
||||||
"data": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
|
||||||
"name": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"seq": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"transfers": {
|
|
||||||
"accountname": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"bytes_total": {
|
|
||||||
"datatype": "BIGINT"
|
|
||||||
},
|
|
||||||
"bytes_transferred": {
|
|
||||||
"datatype": "BIGINT"
|
|
||||||
},
|
|
||||||
"extras": {
|
|
||||||
"datatype": "BLOB"
|
|
||||||
},
|
|
||||||
"file_path": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"addedField1" : {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"addedField2" : {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"addedField3" : {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"default": "0",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,328 +0,0 @@
|
||||||
{
|
|
||||||
"_file-metadata": {
|
|
||||||
"app-name": "tv.periscope.android",
|
|
||||||
"app-ver": "",
|
|
||||||
"dn-name": "com.localytics.android.c685a165210ff465709ae8d359bef6c90f17a12f344206db16d6f2f7f129e34f.profile.sqlite",
|
|
||||||
"format-ver": "0.91",
|
|
||||||
"notes": "",
|
|
||||||
"scan-date": "2015-12-10_192853",
|
|
||||||
"scanner-name": "dbfp",
|
|
||||||
"scanner-ver": "0.90"
|
|
||||||
},
|
|
||||||
"db-metadata": {
|
|
||||||
"android_metadata": "CREATE TABLE android_metadata (locale TEXT)",
|
|
||||||
"changes": "CREATE TABLE changes (_id INTEGER PRIMARY KEY AUTOINCREMENT, scope TEXT NOT NULL, change TEXT NOT NULL, customer_id TEXT NOT NULL)",
|
|
||||||
"custom_dimensions": "CREATE TABLE custom_dimensions (custom_dimension_key TEXT PRIMARY KEY, custom_dimension_value TEXT NOT NULL)",
|
|
||||||
"events": "CREATE TABLE events (_id INTEGER PRIMARY KEY AUTOINCREMENT, blob TEXT NOT NULL, upload_format INTEGER NOT NULL)",
|
|
||||||
"identifiers": "CREATE TABLE identifiers (key TEXT PRIMARY KEY, value TEXT NOT NULL)",
|
|
||||||
"info": "CREATE TABLE info (_id INTEGER PRIMARY KEY AUTOINCREMENT, api_key TEXT UNIQUE NOT NULL, uuid TEXT UNIQUE NOT NULL, created_time INTEGER NOT NULL CHECK (created_time >= 0), opt_out INTEGER NOT NULL CHECK(opt_out IN (0, 1)), push_disabled INTEGER NOT NULL CHECK(push_disabled IN (0, 1)), sender_id TEXT, registration_id TEXT, registration_version TEXT, customer_id TEXT, user_type TEXT, fb_attribution TEXT, play_attribution TEXT, first_android_id TEXT, first_advertising_id TEXT, package_name TEXT, app_version TEXT, current_session_uuid TEXT, last_session_open_time INTEGER CHECK (last_session_open_time >= 0), last_session_close_time INTEGER CHECK (last_session_close_time >= 0), next_session_number INTEGER NOT NULL CHECK (next_session_number >= 0), next_header_number INTEGER NOT NULL CHECK (next_header_number >= 0), queued_close_session_blob TEXT, queued_close_session_blob_upload_format INTEGER, first_open_event_blob TEXT)",
|
|
||||||
"marketing_condition_values": "CREATE TABLE marketing_condition_values (_id INTEGER PRIMARY KEY AUTOINCREMENT, value TEXT NOT NULL, condition_id_ref INTEGER REFERENCES marketing_conditions(_id) NOT NULL)",
|
|
||||||
"marketing_conditions": "CREATE TABLE marketing_conditions (_id INTEGER PRIMARY KEY AUTOINCREMENT, attribute_name TEXT NOT NULL, operator TEXT NOT NULL, rule_id_ref INTEGER REFERENCES marketing_rules(_id) NOT NULL)",
|
|
||||||
"marketing_displayed": "CREATE TABLE marketing_displayed (campaign_id INTEGER PRIMARY KEY)",
|
|
||||||
"marketing_ruleevent": "CREATE TABLE marketing_ruleevent (_id INTEGER PRIMARY KEY AUTOINCREMENT, event_name TEXT NOT NULL, rule_id_ref INTEGER REFERENCES marketing_rules(_id) NOT NULL)",
|
|
||||||
"marketing_rules": "CREATE TABLE marketing_rules (_id INTEGER PRIMARY KEY AUTOINCREMENT, campaign_id INTEGER NOT NULL, expiration INTEGER NOT NULL, display_seconds INTEGER, display_session INTEGER, version TEXT NOT NULL, phone_location TEXT NOT NULL, phone_size_width INTEGER NOT NULL, phone_size_height INTEGER NOT NULL, tablet_location TEXT NOT NULL, tablet_size_width INTEGER NOT NULL, tablet_size_height INTEGER NOT NULL, time_to_display INTEGER, internet_required INTEGER NOT NULL, ab_test TEXT, rule_name TEXT UNIQUE NOT NULL, location TEXT NOT NULL, devices TEXT NOT NULL, rule_name_non_unique TEXT)",
|
|
||||||
"sqlite_sequence": "CREATE TABLE sqlite_sequence(name,seq)"
|
|
||||||
},
|
|
||||||
"db-metadata-hashes": {
|
|
||||||
"android_metadata": "ba739eb03730e563915f2f76b26ced51",
|
|
||||||
"changes": "622d589d10fb633aeba8bc2a1411dfe5",
|
|
||||||
"custom_dimensions": "d661f16cd6b94695eb06190c12e6f070",
|
|
||||||
"events": "fe7f6ea84bf8ea1cb59f60528fcc71bf",
|
|
||||||
"identifiers": "2f1cd3ec169f81f477aed964866cb033",
|
|
||||||
"info": "f06a8e20243c3517e732e1996d81cbee",
|
|
||||||
"marketing_condition_values": "2aa49e6195c3d4f0a3346cac9dae6cd8",
|
|
||||||
"marketing_conditions": "433b737da03ddb1dbc5900729e9848b5",
|
|
||||||
"marketing_displayed": "bb588a3e91d8a6d8b7a602289723d403",
|
|
||||||
"marketing_ruleevent": "8d27531bc1968246f6a0cf822c3bd980",
|
|
||||||
"marketing_rules": "0f0965f5677afc5c31bff7e71dcab317",
|
|
||||||
"sqlite_sequence": "079355c84d8b3b1511a504e08aab7fd2"
|
|
||||||
},
|
|
||||||
"db-metadata-md5": "b6afb87fe25b289135b5a858a379bc99",
|
|
||||||
"tables": {
|
|
||||||
"android_metadata": {
|
|
||||||
"locale": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"changes": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"change": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"customer_id": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"scope": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"custom_dimensions": {
|
|
||||||
"custom_dimension_key": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"custom_dimension_value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"events": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"blob": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"upload_format": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"identifiers": {
|
|
||||||
"key": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"info": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"api_key": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"app_version": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"created_time": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"current_session_uuid": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"customer_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"fb_attribution": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_advertising_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_android_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"first_open_event_blob": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"last_session_close_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"last_session_open_time": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"next_header_number": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"next_session_number": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"opt_out": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"package_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"play_attribution": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"push_disabled": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"queued_close_session_blob": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"queued_close_session_blob_upload_format": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"registration_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"registration_version": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"sender_id": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"user_type": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"uuid": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_condition_values": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"condition_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_conditions(_id)"
|
|
||||||
},
|
|
||||||
"value": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_conditions": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"attribute_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"operator": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_rules(_id)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_displayed": {
|
|
||||||
"campaign_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_ruleevent": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"event_name": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_id_ref": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true,
|
|
||||||
"references": true,
|
|
||||||
"referencesdata": "marketing_rules(_id)"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"marketing_rules": {
|
|
||||||
"_id": {
|
|
||||||
"autoincrement": true,
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"primarykey": true
|
|
||||||
},
|
|
||||||
"ab_test": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"campaign_id": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"devices": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"display_seconds": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"display_session": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"expiration": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"internet_required": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_size_height": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"phone_size_width": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"rule_name": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"rule_name_non_unique": {
|
|
||||||
"datatype": "TEXT"
|
|
||||||
},
|
|
||||||
"tablet_location": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"tablet_size_height": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"tablet_size_width": {
|
|
||||||
"datatype": "INTEGER",
|
|
||||||
"notnull": true
|
|
||||||
},
|
|
||||||
"time_to_display": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"version": {
|
|
||||||
"datatype": "TEXT",
|
|
||||||
"notnull": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sqlite_sequence": {
|
|
||||||
"name": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
},
|
|
||||||
"seq": {
|
|
||||||
"datatype": "INTEGER"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue