Home
last modified time | relevance | path

Searched refs:account_id (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/assets/upgradeTest/
Dcontacts2_1108.sql17 CREATE TABLE raw_contacts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER REFERENCES acco… field
38 …R PRIMARY KEY AUTOINCREMENT,package_id INTEGER REFERENCES package(_id),account_id INTEGER REFERENC… field
53 … INTEGER PRIMARY KEY AUTOINCREMENT,raw_contact_backup_id TEXT NOT NULL,account_id INTEGER NOT NULL… field
55 CREATE TABLE metadata_sync_state (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER NOT NULL… field
122 CREATE INDEX raw_contacts_source_id_account_id_index ON raw_contacts (sourceid, account_id);
123 CREATE UNIQUE INDEX raw_contacts_backup_id_account_id_index ON raw_contacts (backup_id, account_id);
133 CREATE INDEX groups_source_id_account_id_index ON groups (sourceid, account_id);
137 CREATE UNIQUE INDEX metadata_sync_index ON metadata_sync (raw_contact_backup_id, account_id);
138 CREATE UNIQUE INDEX metadata_sync_state_index ON metadata_sync_state (account_id);
139account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.da…
[all …]