Commit bf3dd311 by mercymodest

feat:- add yoga sql

parent e3a063fe
# CREATE TABLE `api_client_credentials`
# CREATE TABLE `api_client_credentials`
......@@ -302,6 +302,19 @@ alter table user_card
alter table user_card
add validity_unit int null comment '开卡有效期单位 0:天 1:月';
UPDATE `groups`
SET name='跟进教练'
WHERE name='会籍顾问';
alter table user_card_audit_log
modify remarks text null comment '备注';
alter table user_card_change_logs
modify remark text null comment '备注';
alter table user_card
add audit_time datetime null comment '发起审核时间';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment