test failure reason
This commit is contained in:
parent
1834bfe730
commit
4c87a8e328
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# sync logo to fs / only if settings already exists
|
||||
if ActiveRecord::Base.connection.tables.include?('settings')
|
||||
if Setting.column_names.include?('state_current')
|
||||
StaticAssets.sync
|
||||
end
|
||||
end
|
||||
#if ActiveRecord::Base.connection.tables.include?('settings')
|
||||
# if Setting.column_names.include?('state_current')
|
||||
# StaticAssets.sync
|
||||
# end
|
||||
#end
|
||||
|
|
Loading…
Reference in a new issue