Skip to content

Commit

Permalink
Give an example for disabling hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille authored Nov 6, 2020
1 parent 2d8c2a0 commit 08d3c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ When upgrading to this release, be sure to run these scripts:
* `PostgreSQL/updates-2020.08.28.sql`
* `PostgreSQL/procedures.sql`

If you want to disable any hosts, this SQL will work:

```
update host set enabled = false where name in ('foo', 'bar');
```
Expand Down

0 comments on commit 08d3c00

Please sign in to comment.