Error when migrating DB from scratch

This commit is contained in:
Anton Argirov 2016-01-22 21:07:42 +06:00
parent 84552f35e3
commit 4cb99b58f2

View File

@ -22,7 +22,7 @@ module RedmineCustomWorkflows
lambda { |group, user| Group.users_callback(observable, group, user) } lambda { |group, user| Group.users_callback(observable, group, user) }
end end
end end
end end if CustomWorkflow.table_exists?
end end
module InstanceMethods module InstanceMethods