diff options
Diffstat (limited to 'app/models/postgresql/replication_slot.rb')
-rw-r--r-- | app/models/postgresql/replication_slot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/postgresql/replication_slot.rb b/app/models/postgresql/replication_slot.rb index e264fe88e47..6a7503ce798 100644 --- a/app/models/postgresql/replication_slot.rb +++ b/app/models/postgresql/replication_slot.rb @@ -2,7 +2,7 @@ module Postgresql class ReplicationSlot < ActiveRecord::Base - self.table_name = 'pg_replication_slots' + self.table_name = "pg_replication_slots" # Returns true if there are any replication slots in use. # PostgreSQL-compatible databases such as Aurora don't support |