Skip to content

Commit

Permalink
Merge pull request #76 from HXSecurity/Bidaya0-add-license-field
Browse files Browse the repository at this point in the history
Update update-20211230-release-1.2.0.sql
  • Loading branch information
Bidaya0 authored Dec 30, 2021
2 parents 5353591 + f6b49b3 commit 2c8c906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql/update-20211230-release-1.2.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4536,6 +4536,7 @@ ALTER TABLE auth_department ADD principal_id int(11) DEFAULT 1 NOT NULL COMMENT
ALTER TABLE iast_request_chains ADD dt int(11) DEFAULT 0 NOT NULL COMMENT '储存时间';
CREATE INDEX iast_request_chains_dt_IDX USING BTREE ON iast_request_chains (dt,request_hash,target_id);
CREATE INDEX iast_request_chains_level_id_IDX USING BTREE ON iast_request_chains (level_id,request_hash);
ALTER TABLE sca_maven_db ADD license1 varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '授权协议';


SET FOREIGN_KEY_CHECKS=1;
Expand Down

0 comments on commit 2c8c906

Please sign in to comment.