summaryrefslogtreecommitdiff
path: root/lib/rbot/journal/postgres.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot/journal/postgres.rb')
-rw-r--r--lib/rbot/journal/postgres.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/journal/postgres.rb b/lib/rbot/journal/postgres.rb
index 62590110..87a59306 100644
--- a/lib/rbot/journal/postgres.rb
+++ b/lib/rbot/journal/postgres.rb
@@ -55,6 +55,7 @@ module Journal
end
@jsonb = (version >= 940)
log 'journal storage: no jsonb support, consider upgrading postgres' unless @jsonb
+ log 'journal storage: postgres backend is using JSONB :)' if @jsonb
drop if opts[:drop]
create_table