2
0
Shun Miyazawa 2 жил өмнө
parent
commit
fe82fd8dd7

+ 3 - 0
bin/data-migrations/src/migrations/v70x/index.js

@@ -0,0 +1,3 @@
+const bootstrap5 = require('./bootstrap5');
+
+module.exports = [...bootstrap5];