Add OverDatabase schema files

This commit is contained in:
2025-12-03 17:00:00 +01:00
parent 05c429bd24
commit 4bbe025d2e

View File

@@ -0,0 +1,482 @@
{
"formatVersion": 1,
"database": {
"version": 21,
"identityHash": "75ee43cc23a4c250996ef1dd53c63ed0",
"entities": [
{
"tableName": "EditedMessage",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`fakeId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `userId` INTEGER NOT NULL, `dialogId` INTEGER NOT NULL, `groupedId` INTEGER NOT NULL, `peerId` INTEGER NOT NULL, `fromId` INTEGER NOT NULL, `topicId` INTEGER NOT NULL, `messageId` INTEGER NOT NULL, `date` INTEGER NOT NULL, `flags` INTEGER NOT NULL, `editDate` INTEGER NOT NULL, `views` INTEGER NOT NULL, `fwdFlags` INTEGER NOT NULL, `fwdFromId` INTEGER NOT NULL, `fwdName` TEXT, `fwdDate` INTEGER NOT NULL, `fwdPostAuthor` TEXT, `replyFlags` INTEGER NOT NULL, `replyMessageId` INTEGER NOT NULL, `replyPeerId` INTEGER NOT NULL, `replyTopId` INTEGER NOT NULL, `replyForumTopic` INTEGER NOT NULL, `entityCreateDate` INTEGER NOT NULL, `text` TEXT, `textEntities` BLOB, `mediaPath` TEXT, `hqThumbPath` TEXT, `documentType` INTEGER NOT NULL, `documentSerialized` BLOB, `thumbsSerialized` BLOB, `documentAttributesSerialized` BLOB, `mimeType` TEXT)",
"fields": [
{
"fieldPath": "fakeId",
"columnName": "fakeId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "userId",
"columnName": "userId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "dialogId",
"columnName": "dialogId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "groupedId",
"columnName": "groupedId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "peerId",
"columnName": "peerId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fromId",
"columnName": "fromId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "topicId",
"columnName": "topicId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "messageId",
"columnName": "messageId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "date",
"columnName": "date",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "flags",
"columnName": "flags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "editDate",
"columnName": "editDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "views",
"columnName": "views",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdFlags",
"columnName": "fwdFlags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdFromId",
"columnName": "fwdFromId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdName",
"columnName": "fwdName",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "fwdDate",
"columnName": "fwdDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdPostAuthor",
"columnName": "fwdPostAuthor",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "replyFlags",
"columnName": "replyFlags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyMessageId",
"columnName": "replyMessageId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyPeerId",
"columnName": "replyPeerId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyTopId",
"columnName": "replyTopId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyForumTopic",
"columnName": "replyForumTopic",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "entityCreateDate",
"columnName": "entityCreateDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "text",
"columnName": "text",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "textEntities",
"columnName": "textEntities",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "mediaPath",
"columnName": "mediaPath",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "hqThumbPath",
"columnName": "hqThumbPath",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "documentType",
"columnName": "documentType",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "documentSerialized",
"columnName": "documentSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "thumbsSerialized",
"columnName": "thumbsSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "documentAttributesSerialized",
"columnName": "documentAttributesSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "mimeType",
"columnName": "mimeType",
"affinity": "TEXT",
"notNull": false
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"fakeId"
]
},
"indices": [],
"foreignKeys": []
},
{
"tableName": "DeletedMessage",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`fakeId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `userId` INTEGER NOT NULL, `dialogId` INTEGER NOT NULL, `groupedId` INTEGER NOT NULL, `peerId` INTEGER NOT NULL, `fromId` INTEGER NOT NULL, `topicId` INTEGER NOT NULL, `messageId` INTEGER NOT NULL, `date` INTEGER NOT NULL, `flags` INTEGER NOT NULL, `editDate` INTEGER NOT NULL, `views` INTEGER NOT NULL, `fwdFlags` INTEGER NOT NULL, `fwdFromId` INTEGER NOT NULL, `fwdName` TEXT, `fwdDate` INTEGER NOT NULL, `fwdPostAuthor` TEXT, `replyFlags` INTEGER NOT NULL, `replyMessageId` INTEGER NOT NULL, `replyPeerId` INTEGER NOT NULL, `replyTopId` INTEGER NOT NULL, `replyForumTopic` INTEGER NOT NULL, `entityCreateDate` INTEGER NOT NULL, `text` TEXT, `textEntities` BLOB, `mediaPath` TEXT, `hqThumbPath` TEXT, `documentType` INTEGER NOT NULL, `documentSerialized` BLOB, `thumbsSerialized` BLOB, `documentAttributesSerialized` BLOB, `mimeType` TEXT)",
"fields": [
{
"fieldPath": "fakeId",
"columnName": "fakeId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "userId",
"columnName": "userId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "dialogId",
"columnName": "dialogId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "groupedId",
"columnName": "groupedId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "peerId",
"columnName": "peerId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fromId",
"columnName": "fromId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "topicId",
"columnName": "topicId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "messageId",
"columnName": "messageId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "date",
"columnName": "date",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "flags",
"columnName": "flags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "editDate",
"columnName": "editDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "views",
"columnName": "views",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdFlags",
"columnName": "fwdFlags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdFromId",
"columnName": "fwdFromId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdName",
"columnName": "fwdName",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "fwdDate",
"columnName": "fwdDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "fwdPostAuthor",
"columnName": "fwdPostAuthor",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "replyFlags",
"columnName": "replyFlags",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyMessageId",
"columnName": "replyMessageId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyPeerId",
"columnName": "replyPeerId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyTopId",
"columnName": "replyTopId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "replyForumTopic",
"columnName": "replyForumTopic",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "entityCreateDate",
"columnName": "entityCreateDate",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "text",
"columnName": "text",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "textEntities",
"columnName": "textEntities",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "mediaPath",
"columnName": "mediaPath",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "hqThumbPath",
"columnName": "hqThumbPath",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "documentType",
"columnName": "documentType",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "documentSerialized",
"columnName": "documentSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "thumbsSerialized",
"columnName": "thumbsSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "documentAttributesSerialized",
"columnName": "documentAttributesSerialized",
"affinity": "BLOB",
"notNull": false
},
{
"fieldPath": "mimeType",
"columnName": "mimeType",
"affinity": "TEXT",
"notNull": false
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"fakeId"
]
},
"indices": [],
"foreignKeys": []
},
{
"tableName": "DeletedMessageReaction",
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`fakeReactionId` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `deletedMessageId` INTEGER NOT NULL, `emoticon` TEXT, `documentId` INTEGER NOT NULL, `isCustom` INTEGER NOT NULL, `count` INTEGER NOT NULL, `selfSelected` INTEGER NOT NULL)",
"fields": [
{
"fieldPath": "fakeReactionId",
"columnName": "fakeReactionId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "deletedMessageId",
"columnName": "deletedMessageId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "emoticon",
"columnName": "emoticon",
"affinity": "TEXT",
"notNull": false
},
{
"fieldPath": "documentId",
"columnName": "documentId",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "isCustom",
"columnName": "isCustom",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "count",
"columnName": "count",
"affinity": "INTEGER",
"notNull": true
},
{
"fieldPath": "selfSelected",
"columnName": "selfSelected",
"affinity": "INTEGER",
"notNull": true
}
],
"primaryKey": {
"autoGenerate": true,
"columnNames": [
"fakeReactionId"
]
},
"indices": [],
"foreignKeys": []
}
],
"views": [],
"setupQueries": [
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '75ee43cc23a4c250996ef1dd53c63ed0')"
]
}
}