Home
last modified time | relevance | path

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

/external/autotest/frontend/migrations/
Dold_110_remove_synch_id.ignore2 ALTER TABLE `afe_hosts` DROP COLUMN `synch_id`;
6 ALTER TABLE `afe_hosts` ADD `synch_id` int(11) default NULL;
Dold_111_add_back_synch_id_temporarily.ignore2 ALTER TABLE `afe_hosts` ADD `synch_id` int(11) default NULL;
6 ALTER TABLE `afe_hosts` DROP COLUMN `synch_id`;
/external/autotest/frontend/afe/
Drdb_model_extensions.py188 synch_id = dbmodels.IntegerField(blank=True, null=True, variable in AbstractHostModel
/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt112 ... 'synch_id': None,
472 ... 'synch_id': None,
/external/autotest/database/
Dschema_129.sql291 `synch_id` int(11) DEFAULT NULL,