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.
The
timestamp
field of bibtex comes from date field column ofpub
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. Thetimestamp
field will be imported after adding the corresponding date field column inpostgresql
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.