Index: trunk/extensions/CentralAuth/central-auth.sql |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | -- Because we can just use such simple list, we don't need complicated queries on it |
150 | 150 | -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for |
151 | 151 | -- 2048 wikis. More than we need |
152 | | - ws_wikis varbinary(65536) not null, |
| 152 | + ws_wikis blob not null, |
153 | 153 | |
154 | 154 | PRIMARY KEY ws_id (ws_id), |
155 | 155 | UNIQUE ws_name (ws_name) |