mirror of https://github.com/sipwise/db-schema.git
Change-Id: I915b990e317d12283f5c0533ac1a9293257ca56fchanges/78/13678/2
parent
080b349bd5
commit
eaa6c501db
@ -0,0 +1,3 @@
|
||||
use kamailio;
|
||||
|
||||
alter table mobile_push_registrations drop column `apns_type`;
|
@ -0,0 +1,5 @@
|
||||
use kamailio;
|
||||
|
||||
alter table mobile_push_registrations add column `apns_type` varchar(255) not null default '' after device_id,
|
||||
drop key `subscriber_id`,
|
||||
add key `subscriber_id` (`subscriber_id`, `apns_type`);
|
Loading…
Reference in new issue