Fixed namespace.

This commit is contained in:
Martin Edenhofer 2017-01-13 20:24:38 +01:00
parent d05b489be0
commit 6cf0f5cc6c

View file

@ -1,4 +1,4 @@
class UpdateObjectManagerAttributeCreateMiddle < ActiveRecord::Migration class ObjectManagerAttributeCreateMiddle < ActiveRecord::Migration
def up def up
# return if it's a new setup # return if it's a new setup
return if !Setting.find_by(name: 'system_init_done') return if !Setting.find_by(name: 'system_init_done')