Explorar el Código

Delete unused schema.

pull/15/head
Ben Kurtovic hace 10 años
padre
commit
a4229c2fb1
Se han modificado 1 ficheros con 0 adiciones y 14 borrados
  1. +0
    -14
      tasks/schema/afc_history.sql

+ 0
- 14
tasks/schema/afc_history.sql Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar