diff options
author | Matthias Hecker <apoc@geekosphere.org> | 2015-06-21 13:29:02 +0200 |
---|---|---|
committer | Matthias Hecker <apoc@geekosphere.org> | 2015-06-21 13:29:02 +0200 |
commit | 39503c481daf957c741db89767295a444973986d (patch) | |
tree | 98c1112b8f90fc29564bbff881c1404666405125 /lib/rbot/journal | |
parent | 5d98c9493ba069a0df7345157236caa938f9dcb2 (diff) |
journal: simplified irc logging
Diffstat (limited to 'lib/rbot/journal')
-rw-r--r-- | lib/rbot/journal/postgres.rb | 1 |
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 |