Advertisement
aadddrr

001_init_task_tools_check_balance_journal

Aug 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DELETE FROM t_task WHERE task_type = 'GL' AND task_group IN ('gl.journalformula');
  2.  
  3. INSERT INTO t_task(
  4.     module_id, task_code, task_name, description,
  5.     task_type, task_group, create_datetime, create_user_id,
  6.     update_datetime, update_user_id, "version", active,
  7.     active_datetime, non_active_datetime, always_allow)
  8. VALUES
  9.    
  10.     (106,'VIEW TOOLS CHECK BALANCE JOURNAL','viewToolsCheckBalanceJournal','View Tools Check Balance Journal',
  11.     'GL','gl.journalformula','20160107110000',-1,'20160107110000',-1,0,'Y','20160107110000',' ','N' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement