Explorar el Código

[SQL][修改][添加新标签]

release_toaliyun_real
gongbiao hace 6 años
padre
commit
4f3f8c30a5
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  1. +23
    -0
      mallinkAdmin/src/main/resources/db/migration/V201909261240__G_TAG_DATA.sql

+ 23
- 0
mallinkAdmin/src/main/resources/db/migration/V201909261240__G_TAG_DATA.sql Ver fichero

@@ -0,0 +1,23 @@
insert into `wx_tags_type` ( `id`, `name`, `group_id`, `group_name`, `flag`) values ( '27', '服饰尺码', '1', '基础属性', '1');
insert into `wx_tags_type` ( `id`, `name`, `group_id`, `group_name`, `flag`) values ( '28', '鞋尺码', '1', '基础属性', '1');

insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '147', 'XS', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '148', 'S', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '149', 'M', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '150', 'L', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '151', 'XL', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '152', 'XXL', '1', '基础属性', '27', '服饰尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '153', 'XXXL', '1', '基础属性', '27', '服饰尺码');

insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '154', '34', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '155', '35', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '156', '36', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '157', '37', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '158', '38', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '159', '39', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '160', '40', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '161', '41', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '162', '42', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '163', '43', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '164', '44', '1', '基础属性', '28', '鞋尺码');
insert into `wx_tags` ( `id`, `name`, `group_id`, `group_name`, `type_id`, `type_name`) values ( '165', '45', '1', '基础属性', '28', '鞋尺码');

Cargando…
Cancelar
Guardar