central_update_20240921.sql 169 B

12345
  1. alter table promotion_grant_source
  2. add open_id varchar(64) null after user_id;
  3. alter table promotion_grant_source
  4. add account_id varchar(64) null after open_id;