TT#23277 change lnp type from enum to string

+ anticipate warnings in .down, if string values
  other than "fixed" or "mobile" are present

+ .down scripts now dropped, no rollbacks supported.

Change-Id: I82f4b6d814892586613da3e670e8e50b50ae54b3
changes/55/16155/3
Rene Krenn 9 years ago
parent 820b017535
commit 3217af7a52

@ -0,0 +1,5 @@
SET sql_log_bin=0;
use accounting;
alter table cdr change column source_lnp_type source_lnp_type varchar(255) default null,
change column destination_lnp_type destination_lnp_type varchar(255) default null;

@ -0,0 +1,3 @@
use billing;
alter table lnp_numbers change column type type varchar(255) default null;
Loading…
Cancel
Save