push flyspray tasks 30 days in the future


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. update flyspray_tasks set due_date=UNIX_TIMESTAMP(DATE_ADD(now(),INTERVAL 30 DAY)) where project_id=18 ;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.