remove changes to module.ts from this branch

pull/11592/head
Sven Klemm 8 years ago
parent 6d3da9a73d
commit e8e554b3da
  1. 3
      public/app/plugins/datasource/postgres/module.ts

@ -8,9 +8,8 @@ class PostgresConfigCtrl {
/** @ngInject **/
constructor($scope) {
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'verify-full';
this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
}
}
const defaultQuery = `SELECT

Loading…
Cancel
Save