6146: Add dns_server_update_command. Update docs & tests for DNS update hooks.
[arvados.git] / services / api / config / application.rb
index 2cd3fc93cede1d8bde23df0b9a5566db7ff03756..4211df29d099cecaa33c8f54ef9dfcbff11dfac1 100644 (file)
@@ -25,6 +25,7 @@ module Server
 
     # Activate observers that should always be running.
     # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
+    config.active_record.schema_format = :sql
 
     # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
     # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]