switch back from structure.sql to schema.rb

This commit is contained in:
Ralf Teusner
2017-02-22 17:20:26 +01:00
parent 9b8027e4c0
commit 4a1721c6aa

View File

@ -28,7 +28,7 @@ module CodeOcean
config.eager_load_paths << Rails.root.join('lib')
config.assets.precompile += %w( markdown-buttons.png )
config.active_record.schema_format = :sql
#config.active_record.schema_format = :sql
case (RUBY_ENGINE)
when 'ruby'