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