update.sql 225 B

123
  1. -- 履约守护新增用户协议和隐私政策
  2. INSERT INTO pet_system.sys_agreement(id, title, content)VALUES (6, '用户协议', '');
  3. INSERT INTO pet_system.sys_agreement(id, title, content)VALUES (7, '隐私政策', '');