
SET NAMES utf8mb4;

INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (1,'new-customer','',1,1);
INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (2,'regular-customer','',1,1);
INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (3,'vip-customer','',1,1);
INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (4,'luxury-cars-fan','',5,1);
INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (5,'economy-cars-fan','',5,1);
INSERT INTO targeting_target_groups (`id`,`name`,`description`,`threshold`,`active`) VALUES (6,'sports-cars-fan','',1,1);
