Migrations for AspireCloud and AssetGrabber.
Find a file
2024-10-17 06:35:14 -04:00
docker Adding new migration and infra for creating migrations 2024-10-17 06:19:38 -04:00
migrations Changing the response type since it may not be JSON 2024-10-17 06:35:14 -04:00
seeds Moving migrations into top level 2024-10-07 12:15:13 -04:00
.gitignore Transitioning this into a Composer package 2024-10-14 15:47:54 -04:00
composer.json Transitioning this into a Composer package 2024-10-14 15:47:54 -04:00
composer.lock Transitioning this into a Composer package 2024-10-14 15:47:54 -04:00
docker-compose.yml Adding new migration and infra for creating migrations 2024-10-17 06:19:38 -04:00
LICENSE Initial commit 2024-10-07 12:06:16 -04:00
Makefile Adding new migration and infra for creating migrations 2024-10-17 06:19:38 -04:00
phinx.php Updating configuration to prepare for the day when we support SQLite 2024-10-10 03:51:48 -04:00
README.md Renaming directory and adding README 2024-10-07 12:12:10 -04:00

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.