-
Marvelous Digital
- Switzerland
Pinned Loading
-
-
-
Extra provisioning for Laravel Homes...
Extra provisioning for Laravel Homestead 1#!/bin/sh
23if [ ! -f /usr/local/extra_homestead_software_installed ]; then
4echo 'Installing some extra software'
5 -
Clean WP database after install
Clean WP database after install 1--
2-- Constraints for table `wp_commentmeta`
3--
4ALTER TABLE `wp_commentmeta`
5ADD CONSTRAINT `comment_id` FOREIGN KEY (`comment_id`) REFERENCES `wp_comments` (`comment_ID`) ON DELETE CASCADE ON UPDATE CASCADE;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.