schema fix

This commit is contained in:
SJ 2014-03-04 13:42:34 +01:00
parent c7a6dd6ed1
commit 3c6932d17b

View File

@ -1,7 +1,7 @@
create table if not exists `sph_counter` (
`counter_id` int not null,
`max_doc_id` int not null,
`counter_id` bigint not null,
`max_doc_id` bigint not null,
primary key (`counter_id`)
);