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

11 lines
285 B

USE accounting;
SET autocommit=0;
ALTER TABLE cdr_tag MODIFY type VARCHAR(255) NOT NULL;
INSERT INTO cdr_tag (type) VALUES ('furnished_charging_info'),
('header=P-Asserted-Identity'),
('header=Diversion');
COMMIT;