@lingk/sync 0.2.16 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -327,7 +327,7 @@ module.exports =
327
327
  var Select = inputs.Select;
328
328
  var CodeMirror = codemirror && codemirror.Controlled;
329
329
 
330
- var CloudSQLTypes = [{ name: 'Postgres' }, { name: 'MySQL' }];
330
+ var CloudSQLTypes = [{ name: 'Postgres', satisfiesSearch: true }, { name: 'MySQL', satisfiesSearch: true }];
331
331
 
332
332
  var onlyJson = config.credentials && config.credentials.length === 1 && config.credentials[0] === 'json';
333
333