Project

General

Profile

« Previous | Next » 

Revision 12e91cf4

Added by Kavita Gaikwad over 4 years ago

Fixes #27745 - fix param before_save to run db:migrate (#7010)

  • Fixes #27745 - fix param saving in db:migrate

Before this commit, db:migrate fails on old versions.
Parameter related old migrations fails
with undefined method for 'searchable_value'.
Migration calls update_columns instead of save
method to skip callbacks.

  • added
  • modified
  • copied
  • renamed
  • deleted