This commit is contained in:
Dustin J. Mitchell 2020-07-02 18:16:18 +00:00
Родитель 5b9e0194c0
Коммит a63057ea9b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -48,4 +48,7 @@ create table pairs (
-- date this pairing started
start_date timestamptz not null,
-- date this pairing is scheduled to end
end_date timestamptz not null,
);