FOR ARCHIVAL PURPOSES ONLY

The information in this wiki hasn't been maintained for a good while. Some of the projects described have since been deprecated.

In particular, the "Ushahidi Platform v3.x" section contains information that is often misleading. Many details about this version of Platform have changed since.

This website is an extraction of the original Ushahidi wiki into a static form. Because of that, functions like logging in, commenting or searching will not work.

For more documentation, please refer to https://docs.ushahidi.com

Skip to end of metadata
Go to start of metadata

The Run task compares the current version of the database with the target version and then executes the necessary commands to bring the database up to
date.

To run all the migrations and upgrade the database use:
./bin/phinx migrate -c application/phinx.php

This command will run all the migrations within /migrations/.

  • No labels