This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- phpMyAdmin SQL Dump | |
-- version 3.4.7.1 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost | |
-- Generato il: Ott 13, 2014 alle 17:34 | |
-- Versione del server: 5.1.60 | |
-- Versione PHP: 5.4.24 | |
SET FOREIGN_KEY_CHECKS=0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# A hook script to switch between parameters files when checking out different branches of the same Symfony2 repo | |
# | |
# To enable this hook, rename this file to "post-checkout". | |
PREVIOUS_HEAD=$1 | |
NEW_HEAD=$2 | |
BRANCH_SWITCH=$3 |
NewerOlder