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

5 lines
252 B
MySQL
Raw Normal View History

2022-12-13 07:10:06 +01:00
alter table premium_policy add column minimum_time_between_shift integer DEFAULT NULL;
alter table premium_policy add column minimum_first_shift_time integer DEFAULT NULL;
alter table premium_policy add column minimum_shift_time integer DEFAULT NULL;