Files: b393f7610c945a0c33287be8e36b7242d66415d9 / migrations / 1_initial_migration.js
72 bytesRaw
1 | module.exports = function(deployer) { |
2 | deployer.deploy(Migrations); |
3 | }; |
4 |
Built with git-ssb-web
1 | module.exports = function(deployer) { |
2 | deployer.deploy(Migrations); |
3 | }; |
4 |
Built with git-ssb-web