Please follow the below mentioned to mark the Worklogs as non-billable by default. This is applicable for both Requests and Changes Module
1. Stop the application.
2. Please take a trimmed backup of the application <OR> take a Snapshot of both the Servers (Application & Database).
update globalconfig set paramvalue='true' where parameter like '%DefaultNonBillable%';
4. Start the application service.