Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. UPDATE App_Config SET Cfg_Value = 4 WHERE Cfg_Key = 'ticket_expiration_period';
  2. UPDATE App_Config SET Cfg_Value = 1 WHERE Cfg_Key = 'secondary_market_countdown_period';
  3. UPDATE App_Config SET Cfg_Value = 10 WHERE Cfg_Key = 'secondary_market_authcode_expiration_period';
  4. UPDATE App_Config SET Cfg_Value = 1 WHERE Cfg_Key = 'secondary_market_authcode_expiration_notification_periods';
  5. UPDATE App_Config SET Cfg_Value = 2 WHERE Cfg_Key = 'ticket_cool_period';
  6. UPDATE App_Config SET Cfg_Value = 10 WHERE Cfg_Key = 'ticket_retention_period';
  7. UPDATE App_Config SET Cfg_Value = 2 WHERE Cfg_Key = 'document_cool_ticket_period';
  8. UPDATE App_Config SET Cfg_Value = 5 WHERE Cfg_Key = 'document_qa_period';
  9. UPDATE App_Config SET Cfg_Value = 5 WHERE Cfg_Key = 'document_min_retention_period';
  10. UPDATE App_Config SET Cfg_Value = 4 WHERE Cfg_Key = 'smbr_expiration_period';
  11. UPDATE App_Config SET Cfg_Value = 2 WHERE Cfg_Key = 'smbr_cool_period';
  12. UPDATE App_Config SET Cfg_Value = 10 WHERE Cfg_Key = 'smbr_history_retention_period';
  13. UPDATE App_Config SET Cfg_Value = 100000 WHERE Cfg_Key = 'password_expiry_period';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement