use truffle
This commit is contained in:
3
migrations/1_initial_migration.js
Normal file
3
migrations/1_initial_migration.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Migrations);
|
||||
};
|
||||
Reference in New Issue
Block a user