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

2 lines
154 B
SQL

alter table "meal_policy" add column allocation_type_id smallint default 10;
alter table "break_policy" add column allocation_type_id smallint default 10;