You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15342.up

6 lines
284 B

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`);