Changed type of tbl_dataset_submissions.date_submitted from timestamptz(6)to text null.
For some dates in the 2023-12 dendrochronolgy data submission, only the year (e.g., 2003) or year-month (e.g., 2003-05) is available. Then there are cases where they know the sampler but not the date. In such a case, one must either exclude these or allow for such variation.
Change project: sead_model Change request: 20240104_DDL_DATE_SUBMITTED_TYPE
Changed type of
tbl_dataset_submissions.date_submitted
fromtimestamptz(6)
totext
null.For some dates in the 2023-12 dendrochronolgy data submission, only the year (e.g., 2003) or year-month (e.g., 2003-05) is available. Then there are cases where they know the sampler but not the date. In such a case, one must either exclude these or allow for such variation.