dictyBase / Modware-Loader

Various data munging and loading scripts for genome database
2 stars 1 forks source link

Handling timestamp field during literature import #139

Open cybersiddhu opened 10 years ago

cybersiddhu commented 10 years ago

The timestamp field of bibtex comes from date field column of pub table of oracle chado. This is an extra non-chado column that was added to track date of record creation. Being a non-default column, the canonical import process will skip this field. The timestamp field will be imported after adding the corresponding date field column in postgresql backend. The addition should be done through our database version management system. After that completion, the import would either be done through a plugin or a by a separate script.

cybersiddhu commented 10 years ago

Related to #128

cybersiddhu commented 8 years ago

https://github.com/dictyBase/Migration/issues/31