Skip to content

Commit

Permalink
Use the correct table name
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Nov 1, 2023
1 parent 237323d commit ab44014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Throttles and leaky buckets are transient resources. If you are using Postgres r

```ruby
ActiveRecord::Base.connection.execute("ALTER TABLE pecorino_leaky_buckets SET UNLOGGED")
ActiveRecord::Base.connection.execute("ALTER TABLE pecorino_leaky_blocks SET UNLOGGED")
ActiveRecord::Base.connection.execute("ALTER TABLE pecorino_blocks SET UNLOGGED")
```

## Development
Expand Down

0 comments on commit ab44014

Please sign in to comment.