TimeTrex/classes/modules/install/sql/postgresql/1025A.sql

5 lines
268 B
MySQL
Raw Normal View History

2022-12-13 07:10:06 +01:00
alter table "pay_period_schedule" add column new_day_trigger_time integer;
alter table "pay_period_schedule" add column maximum_shift_time integer;
update pay_period_schedule set new_day_trigger_time = 14400;
update pay_period_schedule set maximum_shift_time = 57600;