migrations: Use awk instead of migrate tool to add migration
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.