From a7870661c2861dd9ddb2788700ef8091584f3222 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 25 Aug 2013 19:40:01 -0400 Subject: [PATCH] Adjust db name. --- schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.sql b/schema.sql index cd4ade1..2009ece 100644 --- a/schema.sql +++ b/schema.sql @@ -1,11 +1,11 @@ -- MySQL dump 10.13 Distrib 5.5.12, for solaris10 (i386) -- --- Host: sql Database: u_earwig_toolserver +-- Host: sql Database: u_earwig_copyvios -- ------------------------------------------------------ -- Server version 5.1.59 -CREATE DATABASE `u_earwig_toolserver` +CREATE DATABASE `u_earwig_copyvios` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_unicode_ci;