Flowdock
method

structure_load

Importance_0
structure_load(filename) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/tasks/postgresql_database_tasks.rb, line 60
      def structure_load(filename)
        set_psql_env
        Kernel.system("psql -q -f #{Shellwords.escape(filename)} #{configuration['database']}")
      end
Register or log in to add new notes.