aspirecloud-migrations/README.md
2024-10-07 12:12:10 -04:00

573 B

AspireCloud Migrations

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.

Usage

To use this repository, follow these steps:

  1. Check out [aspirepress/assetgrabber] or [aspirepress/AspireCloud] by running git clone <repository>
  2. On initial clone, the submodule should also be cloned.
  3. To update the submodule, run git submodule update from within the root of the directory.