Index: trunk/extensions/WikiAtHome/WikiAtHome.sql |
— | — | @@ -1,9 +1,9 @@ |
2 | 2 | |
3 | 3 | -- |
4 | 4 | -- Table structure for table `wah_jobqueue` |
5 | 5 | -- |
6 | 6 | |
| 7 | +DROP TABLE IF EXISTS `wah_jobqueue`; |
7 | 8 | CREATE TABLE IF NOT EXISTS `wah_jobqueue` ( |
8 | 9 | `job_id` int(12) unsigned NOT NULL auto_increment, |
9 | 10 | `job_set_id` int(12) unsigned NOT NULL, |
— | — | @@ -23,6 +23,7 @@ |
24 | 24 | -- Table structure for table `wah_jobset` |
25 | 25 | -- |
26 | 26 | |
| 27 | +DROP TABLE IF EXISTS `wah_jobset`; |
27 | 28 | CREATE TABLE IF NOT EXISTS `wah_jobset` ( |
28 | 29 | `set_id` int(10) unsigned NOT NULL auto_increment, |
29 | 30 | `set_namespace` int(11) default NULL, |