This commit is contained in:
poma 2019-07-09 16:05:30 +03:00
commit 12cc76f3b1
18 changed files with 41757 additions and 0 deletions

View file

@ -0,0 +1,5 @@
const Migrations = artifacts.require("Migrations");
module.exports = function(deployer) {
deployer.deploy(Migrations);
};