Index: trunk/extensions/GlobalUsage/GlobalUsage.sql |
— | — | @@ -6,9 +6,9 @@ |
7 | 7 | -- Namespace, since the foreign namespaces may not match the local ones |
8 | 8 | gil_page_namespace varchar(255) not null, |
9 | 9 | -- Page title |
10 | | - gil_page_title varchar(255) not null, |
| 10 | + gil_page_title varchar(255) binary not null, |
11 | 11 | -- Image name |
12 | | - gil_to varchar(255) not null, |
| 12 | + gil_to varchar(255) binary not null, |
13 | 13 | |
14 | 14 | |
15 | 15 | -- Note: You might want to shorten the gil_wiki part of the indices. |