From a4229c2fb112cff606b8ce32c9874592eb2360c9 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 16 Oct 2013 19:26:05 -0400 Subject: [PATCH] Delete unused schema. --- tasks/schema/afc_history.sql | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tasks/schema/afc_history.sql diff --git a/tasks/schema/afc_history.sql b/tasks/schema/afc_history.sql deleted file mode 100644 index 4fa20fd..0000000 --- a/tasks/schema/afc_history.sql +++ /dev/null @@ -1,23 +0,0 @@ --- MySQL dump 10.13 Distrib 5.5.12, for solaris10 (i386) --- --- Host: sql Database: u_earwig_afc_history --- ------------------------------------------------------ --- Server version 5.1.59 - -CREATE DATABASE `u_earwig_afc_history` - DEFAULT CHARACTER SET utf8 - DEFAULT COLLATE utf8_unicode_ci; - --- --- Table structure for table `page` --- - -DROP TABLE IF EXISTS `page`; -CREATE TABLE `page` ( - `page_id` int(10) unsigned NOT NULL, - `page_date` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, - `page_status` tinyint(3) unsigned DEFAULT NULL, - PRIMARY KEY (`page_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; - --- Dump completed on 2012-07-20 20:20:39