소스 검색

修改成果 需求 机构表

wanghui 8 년 전
부모
커밋
cc77729161
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      schema/20170916-alert-achievement-demand.sql

+ 4 - 0
schema/20170916-alert-achievement-demand.sql

@@ -0,0 +1,4 @@
+alter table achievement add column boutique int(1) default 0 comment '是否为精品成果 0-否 1-是';
+alter table demand add column boutique int(1) default 0 comment '是否为精品成果 0-否 1-是';
+alter table organization_info add column company_type int(1) comment '公司类型';
+update organization_info set company_type = 0 where identity_type = '企业';