forked from cerc-io/laconicd-deprecated
2bfcf3e271
This reverts commit 3e22bc9316
.
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function (deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|