mirror of https://github.com/sipwise/db-schema.git
* this field is meant to store the subscriber's cli during
sms processing
Change-Id: Ib9cc087249e6af807c8e943dc397032aa6b31dc6
changes/51/20551/3
parent
243e15c80f
commit
88520e52c7
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE sms_journal DROP `cli`;
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
ALTER TABLE sms_journal ADD `cli` VARCHAR(128) NOT NULL DEFAULT '';
|
||||
Loading…
Reference in new issue