mirror of
https://ghproxy.net/https://github.com/aspirepress/aspirecloud-migrations.git
synced 2025-11-23 12:50:08 +08:00
573 B
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:
- 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 updatefrom within the root of the directory.