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