From a779858d5fabbb68133e80345d2bb391e43ce8ab Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 18 Dec 2019 15:07:17 -0500 Subject: [PATCH] If this fails, we might be in a `rake db:drop db:create db:migrate` --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 1ea0a0c9..aa6725a9 100644 --- a/plugin.rb +++ b/plugin.rb @@ -48,7 +48,7 @@ after_initialize do TIMEZONE_CUSTOM_FIELD ||= "timezone" - USER_OPTIONS_TIMEZONE_ENABLED = UserOption.column_names.include?('timezone') + USER_OPTIONS_TIMEZONE_ENABLED = UserOption.column_names.include?('timezone') rescue nil BEGINNING_OF_DAY_HOUR = 6 END_OF_DAY_HOUR = 18