2 lines
89 B
SQL
2 lines
89 B
SQL
-- Add up migration script here
|
|
alter table schedule add column paused_until timestamptz; |
-- Add up migration script here
|
|
alter table schedule add column paused_until timestamptz; |