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

8 lines
552 B
MySQL
Raw Normal View History

2022-12-13 07:10:06 +01:00
alter table "pay_period_schedule" add column start_day_of_week smallint;
alter table "pay_period_schedule" add column transaction_date smallint;
alter table "pay_period_schedule" add column primary_day_of_month smallint;
alter table "pay_period_schedule" add column secondary_day_of_month smallint;
alter table "pay_period_schedule" add column primary_transaction_day_of_month smallint;
alter table "pay_period_schedule" add column secondary_transaction_day_of_month smallint;
alter table "pay_period_schedule" add column transaction_date_bd smallint;