mysql-migrations icon indicating copy to clipboard operation
mysql-migrations copied to clipboard

Anonymous migrations can not be functions

Open devfive opened this issue 7 years ago • 0 comments

Hi,

I was trying to do anonymous migration, however it doesn't handle functions, eg.:

module.exports = {
  up: function (..) { ... },
  down: function (..) { ... },
};

devfive avatar Sep 21 '17 09:09 devfive