Skip to content

Commit

Permalink
Update ramp.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Feb 7, 2016
1 parent a616a8d commit f4867ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/ramp.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CREATE DATABASE IF NOT EXISTS `s52298__ead_eac` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `s52298__ead_eac`;
CREATE DATABASE IF NOT EXISTS `ead_eac` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `ead_eac`;
-- MySQL dump 10.13 Distrib 5.5.32, for debian-linux-gnu (x86_64)
--
-- Host: 127.0.0.1 Database: s52298__ead_eac
Expand Down Expand Up @@ -110,8 +110,8 @@ UNLOCK TABLES;
/*!50003 SET @saved_sql_mode = @@sql_mode */ ;
/*!50003 SET sql_mode = '' */ ;
DELIMITER ;;
/*!50003 CREATE*/ /*!50017 DEFINER=`root`@`localhost`*/ /*!50003 TRIGGER `s52298__ead_eac`.`eac_BINS`
BEFORE INSERT ON `s52298__ead_eac`.`mediawiki`
/*!50003 CREATE*/ /*!50017 DEFINER=`root`@`localhost`*/ /*!50003 TRIGGER `ead_eac`.`eac_BINS`
BEFORE INSERT ON `ead_eac`.`mediawiki`
FOR EACH ROW
SET NEW.created = NOW(), NEW.updated = NOW() */;;
Expand Down

0 comments on commit f4867ea

Please sign in to comment.