David LeBauer
David LeBauer
Depends on definition of "raw" and specific datasets. I still think default should be null, and perhaps existing files evaluated on a per file basis Start date / end date...
Good idea @robkooper - there are no duplicates when `name, modeltype_id` are used @gsrohde i've updated the original issue to reflect this change - should be ready to implement.
Having the key `[login, apikey, and email]` would be sufficient.
- I replaced null values of file_path in dbfiles with an empty string @robkooper @mdietze - the remaining null container_id violation here is https://www.betydb.org/dbfiles/215 - - some of the records...
> It is unclear to me from this message what the "violation" is in this record. dbfiles.id = 215 has no container_id, so it violates a not-null constraint > Paperclip:...
``` sql delete from dbfiles where id = 215; ``` files copied to `/home/share/data/dbfiles/` and database updated ([see gist](https://gist.github.com/dlebauer/494ffed159cd8ef4600a)) @mdietze the `/usr/local/ebi/paperclip/` does indeed have two directories - one `file_names`...
@gsrohde this should be ready to implement. I've updated the tasks
## Fixed citations with null year - added manually through interface - removed one with no information (citation_id = 731) ``` sql delete from citations_sites where site_id = 1160 and...
@gsrohde is this ready to be deployed and the issue closed?
@serbinsh can you fix these duplicate records on your machine?