#while we use lower id we don't need insert records from billing_fees, they are already contain in billing_fees with lower id
$profile->billing_fees_raw->delete();
$schema->storage->dbh_do(sub{
my($storage,$dbh)=@_;
(my($auto_increment))=$dbh->selectrow_array('select `AUTO_INCREMENT` from INFORMATION_SCHEMA.TABLES where TABLE_SCHEMA = "billing" AND TABLE_NAME = "billing_fees"');