r68470 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68469‎ | r68470 | r68471 >
Date:18:39, 23 June 2010
Author:maxsem
Status:ok
Tags:
Comment:
CodeReview: updated drop-test.sql with new tables, sorted alphabetically
Modified paths:
  • /trunk/extensions/CodeReview/drop-test.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/drop-test.sql
@@ -1,7 +1,13 @@
2 -DROP TABLE /*$wgDBprefix*/code_repo;
3 -DROP TABLE /*$wgDBprefix*/code_rev;
4 -DROP TABLE /*$wgDBprefix*/code_authors;
5 -DROP TABLE /*$wgDBprefix*/code_paths;
6 -DROP TABLE /*$wgDBprefix*/code_relations;
7 -DROP TABLE /*$wgDBprefix*/code_tags;
8 -DROP TABLE /*$wgDBprefix*/code_comment;
 2+DROP TABLE /*_*/code_authors;
 3+DROP TABLE /*_*/code_bugs;
 4+DROP TABLE /*_*/code_comment;
 5+DROP TABLE /*_*/code_paths;
 6+DROP TABLE /*_*/code_prop_changes;
 7+DROP TABLE /*_*/code_relations;
 8+DROP TABLE /*_*/code_repo;
 9+DROP TABLE /*_*/code_rev;
 10+DROP TABLE /*_*/code_tags;
 11+DROP TABLE /*_*/code_test_case;
 12+DROP TABLE /*_*/code_test_result;
 13+DROP TABLE /*_*/code_test_run;
 14+DROP TABLE /*_*/code_test_suite;

Status & tagging log