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
timestampfield of bibtex comes from date field column ofpubtable 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
timestampfield will be imported after adding the corresponding date field column inpostgresqlbackend. 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.