mirror of https://github.com/sipwise/db-schema.git
parent
9b6ddd46b9
commit
18ed7a9d15
@ -1,3 +1,4 @@
|
||||
use kamailio;
|
||||
|
||||
alter table mobile_push_registrations add column device_id varbinary(255) not null after subscriber_id;
|
||||
alter table mobile_push_registrations add column device_id varbinary(255) not null after subscriber_id,
|
||||
add key (device_id);
|
||||
|
Loading…
Reference in new issue