19 lines
674 B
Dart
19 lines
674 B
Dart
const conversationsTable = 'Conversations';
|
|
const messagesTable = 'Messages';
|
|
const rosterTable = 'RosterItems';
|
|
const mediaTable = 'SharedMedia';
|
|
const preferenceTable = 'Preferences';
|
|
const omemoDeviceTable = 'OmemoDevices';
|
|
const omemoDeviceListTable = 'OmemoDeviceList';
|
|
const omemoRatchetsTable = 'OmemoSessions';
|
|
const omemoTrustCacheTable = 'OmemoTrustCacheList';
|
|
const omemoTrustDeviceListTable = 'OmemoTrustDeviceList';
|
|
const omemoTrustEnableListTable = 'OmemoTrustEnableList';
|
|
const omemoFingerprintCache = 'OmemoFingerprintCache';
|
|
const xmppStateTable = 'XmppState';
|
|
const contactsTable = 'Contacts';
|
|
|
|
const typeString = 0;
|
|
const typeInt = 1;
|
|
const typeBool = 2;
|