3 lines
103 B
SQL
3 lines
103 B
SQL
alter table public.duty_schedules
|
|
add column if not exists reliever_ids uuid[] default '{}'::uuid[];
|