Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a unique key to the devshop environment table (#437)
* Add a unique key to the devshop environment table so that the same name/project_nid combo cannot be added twice. * Add ./devmaster volume mount to testing docker-compose file as well. * Revert "Add ./devmaster volume mount to testing docker-compose file as well." This reverts commit 5f2e8d6. * Use a key name that differs from the index name. * Change unique key to project_nid_name. * Drop the old index in the project_environment table before adding a new unique key. * Add "Run DevShop Server Upgrade Tests". * merge fix * Put php_version and php_default_version_debian variables to 7.1. * Add "php_version" variable to devshop.users role so it is loaded in time for geerlingguy.php to read it.
- Loading branch information