Skip to content

Commit

Permalink
Removing ability to create migrations/seeds because they should be ma…
Browse files Browse the repository at this point in the history
…de in the original repo
  • Loading branch information
sarah-savage committed Oct 14, 2024
1 parent 08c3125 commit 6195c14
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ cs: ## Run code style checks
cs-fix: ## Fix code style issues
docker compose run --rm webapp bash -c "vendor/bin/phpcbf ${OPTS} && vendor/bin/phpcs ${OPTS}"

create-migration: ## Create a new database migration
docker compose run --rm webapp vendor/bin/phinx create ${OPTS} -c vendor/aspirepress/aspirecloud-migrations/phinx.php

create-seed: ## Create a new database seed
docker compose run --rm webapp vendor/bin/phinx seed:create ${OPTS} -c vendor/aspirepress/aspirecloud-migrations/phinx.php

migrate: ## Run database migrations
docker compose run --rm webapp vendor/bin/phinx migrate -c vendor/aspirepress/aspirecloud-migrations/phinx.php

Expand Down

0 comments on commit 6195c14

Please sign in to comment.