r53995 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53994‎ | r53995 | r53996 >
Date:01:04, 30 July 2009
Author:dale
Status:deferred
Tags:
Comment:
updated schema
Modified paths:
  • /trunk/extensions/WikiAtHome/WikiAtHome.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/WikiAtHome.sql
@@ -1,9 +1,9 @@
22
33 --
44 -- Table structure for table `wah_jobqueue`
55 --
66
 7+DROP TABLE IF EXISTS `wah_jobqueue`;
78 CREATE TABLE IF NOT EXISTS `wah_jobqueue` (
89 `job_id` int(12) unsigned NOT NULL auto_increment,
910 `job_set_id` int(12) unsigned NOT NULL,
@@ -23,6 +23,7 @@
2424 -- Table structure for table `wah_jobset`
2525 --
2626
 27+DROP TABLE IF EXISTS `wah_jobset`;
2728 CREATE TABLE IF NOT EXISTS `wah_jobset` (
2829 `set_id` int(10) unsigned NOT NULL auto_increment,
2930 `set_namespace` int(11) default NULL,

Status & tagging log