mirror of https://github.com/sipwise/db-schema.git
Older ngcp-panel versions didn't set the create_timestamp properly, causing CSC to show a huge list of dates in the calls/vm view.agranig/peering-route
parent
464ac0b3a0
commit
e4fb1dc3c5
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_subscribers SET create_timestamp = '2013-01-01 00:00:00'
|
||||
WHERE create_timestamp = '0000-00-00 00:00:00';
|
||||
Loading…
Reference in new issue