Browse Source

Delete unused schema.

pull/15/head
Ben Kurtovic 10 years ago
parent
commit
a4229c2fb1
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      tasks/schema/afc_history.sql

+ 0
- 14
tasks/schema/afc_history.sql View File

@@ -1,23 +0,0 @@

CREATE DATABASE `u_earwig_afc_history`
DEFAULT CHARACTER SET utf8
DEFAULT COLLATE utf8_unicode_ci;


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;


Loading…
Cancel
Save