WaiveCar / WaiveScreen

WaiveScreen related stuff.
0 stars 0 forks source link

Upgrade Script tracking should not use directory names #267

Closed nthobe closed 4 years ago

nthobe commented 4 years ago

We're currently tracking upgrade scripts that have been run with their full path. Once we start making copies of the repo for #146, this breaks our tracking and all the upgrade scripts get run again.

Instead, we should just track the filename of the script and use that to determine what we've run.

nthobe commented 4 years ago

Upgrade scripts are now tracked and logged by filename only.

Implemented in branch 146-repo-versions and ready to merge into master.