Skip to content

migrations: Use awk instead of migrate tool to add migration

Administrator requested to merge core/bump-10 into master

Created by: keegancsmith

We are using the migrate tool to increment a number. We can avoid that and do it in a shell script.

This script was originally created so we could increment migration numbers by 10 instead of 1. However, that may lead to more problems. Instead I am salvaging that script.

Merge request reports

Loading