4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|