mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-29 19:05:01 +02:00
schema fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
create table if not exists `sph_counter` (
|
create table if not exists `sph_counter` (
|
||||||
`counter_id` int not null,
|
`counter_id` bigint not null,
|
||||||
`max_doc_id` int not null,
|
`max_doc_id` bigint not null,
|
||||||
primary key (`counter_id`)
|
primary key (`counter_id`)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user