hr_shrmv_postScript.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <doc>
  3. <item>
  4. <ksql>
  5. update T_BAS_Message set FIsImportant = 1 where FIsImportant is null
  6. </ksql>
  7. <bizType>WF</bizType>
  8. <description>为消息表新增字段设置默认值</description>
  9. </item>
  10. <item>
  11. <ksql>
  12. update T_PM_User set FIsSynToCloud =0 where FIsSynToCloud is null
  13. </ksql>
  14. <bizType>USER</bizType>
  15. <description>为用户表新增字段设置默认值</description>
  16. </item>
  17. <item>
  18. <ksql>
  19. update T_PM_User set FIsActivate = 0 where FIsActivate is null
  20. </ksql>
  21. <bizType>USER</bizType>
  22. <description>为用户表新增字段设置默认值</description>
  23. </item>
  24. <item>
  25. <ksql>
  26. update T_PM_User set FUid ='' where FUid is null
  27. </ksql>
  28. <bizType>USER</bizType>
  29. <description>为用户表新增字段设置默认值</description>
  30. </item>
  31. <item>
  32. <ksql>
  33. update T_PM_PermItem set FIsUserDefined =0 where FIsUserDefined is null
  34. </ksql>
  35. <bizType>BASE</bizType>
  36. <description>为权限项新增字段设置默认值</description>
  37. </item>
  38. </doc>