Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 573 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 573 Bytes

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.