tkarim / Specify-CU

CU Paleo Specify Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

determinedDate

tkarim opened this issue · comments

The determinedDate field needs to be cleared out. There are 32400 some odd records that have the determinedDate as 12/03/2010, which is incorrect. The incorrect records mostly seem to be UCM # 43650 and below.

Cleared DeterminedDate with SQL:

UPDATE determination SET DeterminedDate = NULL;