1_initial_migration.js 72 B

123
  1. module.exports = function(deployer) {
  2. deployer.deploy(Migrations);
  3. };