Index: trunk/extensions/CentralAuth/db_patches/patch-wikisets.sql |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | -- Because we can just use such simple list, we don't need complicated queries on it |
13 | 13 | -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for |
14 | 14 | -- 2048 wikis. More than we need |
15 | | - ws_wikis varbinary(65536) not null, |
| 15 | + ws_wikis blob not null, |
16 | 16 | |
17 | 17 | PRIMARY KEY ws_id (ws_id), |
18 | 18 | UNIQUE ws_name (ws_name) |
— | — | @@ -26,4 +26,4 @@ |
27 | 27 | |
28 | 28 | PRIMARY KEY (ggr_group), |
29 | 29 | KEY (ggr_set) |
30 | | -) /*$wgDBTableOptions*/; |
\ No newline at end of file |
| 30 | +) /*$wgDBTableOptions*/; |