mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
schema fix
This commit is contained in:
parent
c7a6dd6ed1
commit
3c6932d17b
@ -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`)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user