Shun Miyazawa 2 anni fa
parent
commit
fe82fd8dd7
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      bin/data-migrations/src/migrations/v70x/index.js

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

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