@lingk/sync 1.0.96 → 1.0.98

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.
@@ -808,7 +808,7 @@ module.exports =
808
808
  var isSFTP = config.type === 'SFTP';
809
809
  var noRootUrl = isSFTP || isAWS;
810
810
 
811
- var AmazonRDSdbs = [{ name: 'Postgres', satisfiesSearch: true, type: 'Postgres', title: 'Postgres' }, { name: 'MySQL', satisfiesSearch: true, type: 'MySQL', title: 'MySQL' }];
811
+ var AmazonRDSdbs = [{ name: 'PostgreSQL', satisfiesSearch: true, type: 'PostgreSQL', title: 'PostgreSQL' }, { name: 'MySQL', satisfiesSearch: true, type: 'MySQL', title: 'MySQL' }];
812
812
 
813
813
  return _react2.default.createElement(
814
814
  'div',