mirror of https://github.com/sipwise/db-schema.git
parent
3f2d4e20eb
commit
bd5a4a85ed
@ -0,0 +1,4 @@
|
||||
use sipstats;
|
||||
|
||||
alter table message_packets remove partitioning;
|
||||
alter table message_packets partition by range (message) (partition pmax values less than maxvalue);
|
||||
@ -0,0 +1,4 @@
|
||||
use sipstats;
|
||||
|
||||
alter table message_packets remove partitioning;
|
||||
alter table message_packets partition by range (message) (partition pmax values less than maxvalue);
|
||||
Loading…
Reference in new issue