Skip to content

Commit

Permalink
更改为小写
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie52 committed Aug 16, 2016
1 parent ce1aba6 commit bfb9890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1036,5 +1036,5 @@ insert into pms_menu_role (role_id, menu_id) select 2,id from PMS_MENU;
-- 2016.8.5 第三方支付信息表增加支付宝线下产品字段
alter table rp_user_pay_info add offline_app_id varchar(50);
alter table rp_user_pay_info add rsa_private_key varchar(100);
alter table rp_user_pay_info add rsa_public_key varchar(100);
alter table rp_user_pay_info add rsa_public_key varchar(100);

0 comments on commit bfb9890

Please sign in to comment.