This repository serves as a central location for the database migrations that power both AspireCloud and AssetGrabber. Users of either project will recieve this as a submodule that they can use to run the migrations for the projects.
To use this repository, follow these steps:
- Check out [aspirepress/assetgrabber] or [aspirepress/AspireCloud] by running
git clone <repository>
- On initial clone, the submodule should also be cloned.
- To update the submodule, run
git submodule update
from within the root of the directory.