summaryrefslogtreecommitdiff
path: root/db/migrate/20160106164438_remove_influxdb_credentials.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Remove InfluxDB username/passwordremove-influxdb-credentialsYorick Peterse2016-01-061-0/+6
InfluxDB over UDP doesn't use authentication, thus there's no need for these settings.