Index: trunk/extensions/Wikidata/Database scripts/Incremental/28 - Table reorg.sql |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | RENAME TABLE objects to uw_objects; |
9 | 9 | |
10 | 10 | -- Drop table so that the next create doesn't crash |
11 | | -DROP TABLE IF EXISTS `uw_text`; |
| 11 | +DROP TABLE `uw_text`; |
12 | 12 | |
13 | 13 | -- We used to share this with MediaWiki, but it makes more sense to |
14 | 14 | -- have our own within each data set. |