Additional IRC commands and bot tasks for EarwigBot https://en.wikipedia.org/wiki/User:EarwigBot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

24 lines
679 B

  1. -- MySQL dump 10.13 Distrib 5.5.12, for solaris10 (i386)
  2. --
  3. -- Host: sql Database: u_earwig_afc_history
  4. -- ------------------------------------------------------
  5. -- Server version 5.1.59
  6. CREATE DATABASE `u_earwig_afc_history`
  7. DEFAULT CHARACTER SET utf8
  8. DEFAULT COLLATE utf8_unicode_ci;
  9. --
  10. -- Table structure for table `page`
  11. --
  12. DROP TABLE IF EXISTS `page`;
  13. CREATE TABLE `page` (
  14. `page_id` int(10) unsigned NOT NULL,
  15. `page_date` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  16. `page_status` tinyint(3) unsigned DEFAULT NULL,
  17. PRIMARY KEY (`page_id`)
  18. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  19. -- Dump completed on 2012-07-20 20:20:39