mirror of https://github.com/sipwise/db-schema.git
- The LNP provider table needs to have a routing prefix - The LNP number table needs to have a key on the number col Change-Id: Ida7741f2806043bf55178fe9402ee4675cc539c4changes/16/3616/2
parent
01087bab46
commit
ce73e664c2
@ -0,0 +1,4 @@
|
||||
USE billing;
|
||||
|
||||
ALTER TABLE lnp_providers ADD COLUMN prefix VARCHAR(32) NOT NULL DEFAULT '';
|
||||
ALTER TABLE lnp_numbers ADD KEY number_idx(number);
|
Loading…
Reference in new issue