aboutsummaryrefslogtreecommitdiffstats
path: root/sql/migrations/2019-12-19-060141_init/up.sql
Commit message (Collapse)AuthorAgeFilesLines
* sql: add source/created index on ingest_request tableBryan Newbold2022-04-041-0/+1
|
* update fatcat_file SQL table schema, and add backfill notesBryan Newbold2021-12-071-1/+3
|
* sql: grobid_refs table JSON as 'JSON' not 'JSONB'Bryan Newbold2021-11-041-1/+1
| | | | | I keep flip-flopping on this, but our disk usage is really large, and if 'JSON' is smaller than 'JSONB' in postgresql at all it is worth it.
* add grobid_refs and crossref_with_refs to sandcrawler-db SQL schemaBryan Newbold2021-11-041-0/+21
|
* sql: fixes to ingest_fileset_platform schema (from table creation)Bryan Newbold2021-11-011-6/+6
|
* sql fileset ingest table iterationBryan Newbold2021-10-151-12/+11
|
* sql: initial ingest fileset tableBryan Newbold2021-10-151-0/+38
|
* sql: fix typo in CHECK statementBryan Newbold2021-10-151-1/+1
|
* crossref DB proposal, and include in SQL schemaBryan Newbold2021-06-021-0/+7
|
* tweak html_meta SQL schemaBryan Newbold2020-11-031-2/+2
|
* html: start on SQL tableBryan Newbold2020-11-031-0/+15
|
* tweak pdf_meta SQL schemaBryan Newbold2020-06-171-0/+26
|
* sandcrawler schema: add MD5 indexBryan Newbold2020-03-051-0/+1
|
* pdftrio proposal and start on schema+kafkaBryan Newbold2020-02-121-0/+13
|
* clarify ingest result schema and semanticsBryan Newbold2020-01-151-0/+16
|
* move SQL schema to diesel migration patternBryan Newbold2020-01-021-0/+106