Project

General

Profile

What does the table schema_migrations use for?

Added by shengqing yang over 7 years ago

Hi,

Is there anyone know what does the table schema_migrations use for?

Thanks.


Replies (1)

RE: What does the table schema_migrations use for? - Added by Jan from Planio www.plan.io over 7 years ago

Redmine is based on Ruby on Rails which uses Migrations to manage the database schema in a well defined way. The table schema_migrations is used to keep track of which migrations have already run.

Please refer to http://guides.rubyonrails.org/active_record_migrations.html to learn more about Rails Migrations.

    (1-1/1)