Fixed namespace.
This commit is contained in:
parent
d05b489be0
commit
6cf0f5cc6c
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue