mirror of
https://ghproxy.net/https://github.com/aspirepress/aspirecloud-migrations.git
synced 2025-11-23 10:01:10 +08:00
Migrations for AspireCloud and AssetGrabber.
| docker | ||
| migrations | ||
| seeds | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| docker-compose.yml | ||
| LICENSE | ||
| Makefile | ||
| phinx.php | ||
| README.md | ||
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.