Index: trunk/extensions/Wikidata/Database scripts/Incremental/28 - Table reorg.sql |
— | — | @@ -4,7 +4,6 @@ |
5 | 5 | RENAME TABLE bootstrapped_defined_meanings to uw_bootstrapped_defined_meanings; |
6 | 6 | RENAME TABLE translated_content to uw_translated_content; |
7 | 7 | RENAME TABLE transactions to uw_transactions; |
8 | | -RENAME TABLE objects to uw_objects; |
9 | 8 | |
10 | 9 | -- Drop table so that the next create doesn't crash |
11 | 10 | DROP TABLE `uw_text`; |