Added by shengqing yang about 8 years ago
Hi,
Is there anyone know what does the table schema_migrations use for?
Thanks.
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.