mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:27:03 +02:00
schema fix
This commit is contained in:
@ -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`)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user