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/15790.down

5 lines
237 B

use provisioning;
# this is a fixup and the column was already supposed to be varchar(46), therefore,
# bringing it back to the state it comes with in 15710.up
alter table voip_allowed_ip_groups modify column ipnet varchar(46) not null;