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/15123.up

5 lines
142 B

use kamailio;
alter table mobile_push_registrations add column device_id varbinary(255) not null after subscriber_id,
add key (device_id);