From ab44014a9e079dba6874e42ba57491caa11541b0 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Wed, 1 Nov 2023 11:01:52 +0100 Subject: [PATCH] Use the correct table name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df9927..a655258 100644 --- a/README.md +++ b/README.md @@ -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