aboutsummaryrefslogtreecommitdiffstats
path: root/rust/migrations
Commit message (Expand)AuthorAgeFilesLines
* schemas: editor_id as UUID (not int)Bryan Newbold2018-12-261-7/+7
* webcapture: status_code nullable; cdx timestamp stringBryan Newbold2018-12-261-2/+2
* most basic fileset/web access testsBryan Newbold2018-12-261-6/+6
* basic fileset/web SQL entitiesBryan Newbold2018-12-261-0/+58
* sql: table deletion updatesBryan Newbold2018-12-261-1/+15
* sql: fixes to fileset/web; *_rev_releaseBryan Newbold2018-12-261-21/+21
* sql: size_bytes (size is a keyword)Bryan Newbold2018-12-261-2/+2
* fileset and webcapture SQL schemasBryan Newbold2018-12-241-1/+115
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-4/+5
* ident table redirect lookupsBryan Newbold2018-12-201-0/+5
* lookups implBryan Newbold2018-12-141-4/+4
* implement new controlled vocabulariesBryan Newbold2018-11-141-2/+2
* fix isbn13 size check (!)Bryan Newbold2018-09-221-2/+2
* container_name (not title), and shrink some BIGINTsBryan Newbold2018-09-221-4/+4
* fix CHECK clausesBryan Newbold2018-09-171-7/+7
* UNIQUE constraint on edits (ident per editgroup)Bryan Newbold2018-09-171-15/+10
* use timestamptz (not WITHOUT TIME ZONE)Bryan Newbold2018-09-171-8/+10
* CHAR/VARCHAR -> TEXT w/ CHECKBryan Newbold2018-09-171-15/+28
* update extid columns: varchar size limits, no char columnsBryan Newbold2018-09-151-15/+15
* use JSONB over JSONBryan Newbold2018-09-101-13/+13
* sql: add an index from cockroach branchBryan Newbold2018-09-101-0/+2
* remove 'IS NOT NULL' identifier index constraintsBryan Newbold2018-09-101-14/+14
* use index_val, not index, in SQL schemaBryan Newbold2018-08-201-4/+4
* add index on release_rev_abstract SHA1 columnBryan Newbold2018-08-191-0/+1
* add index on file_rev_url file_revBryan Newbold2018-08-191-0/+2
* create index on release_rev_abstractsBryan Newbold2018-08-181-0/+2
* add core_id to schemasBryan Newbold2018-08-141-4/+6
* contribs: raw -> raw_nameBryan Newbold2018-07-251-3/+3
* tweaks/fixes to SQL changesBryan Newbold2018-07-242-7/+10
* bunch of SQL updatesBryan Newbold2018-07-231-48/+105
* sql: work really an empty stubBryan Newbold2018-07-201-8/+4
* update schema (sql and api) for rev ids, editor_id, editgroup_idBryan Newbold2018-07-201-113/+112
* prep for base32 encoded identifiersBryan Newbold2018-07-201-17/+17
* fix problems with dummy dataBryan Newbold2018-06-301-9/+9
* add some container extra_json to examplesBryan Newbold2018-06-301-4/+4
* add a bunch of database indexesBryan Newbold2018-06-271-0/+37
* ISO 639-1 for language codesBryan Newbold2018-06-191-1/+1
* change release field order, and larger examplesBryan Newbold2018-06-171-20/+44
* more consistent example dataBryan Newbold2018-06-171-6/+6
* updates to schema(s): more complete, alignmentBryan Newbold2018-06-041-16/+27
* renumber dummy/example entitiesBryan Newbold2018-05-281-29/+29
* tweak schema (api and sql)Bryan Newbold2018-05-261-16/+23
* return all edits for an editgroup GETBryan Newbold2018-05-251-10/+10
* index for contribsBryan Newbold2018-05-251-5/+6
* more inserts; also fix typo around target_release_ident_idBryan Newbold2018-05-251-10/+57
* revision publish date as DateBryan Newbold2018-05-241-2/+3
* extra_json in SQL schema and implementationBryan Newbold2018-05-241-10/+10
* more i64 cleanupBryan Newbold2018-05-241-2/+2
* WIP on API spec improvementsBryan Newbold2018-05-241-1/+1
* move dummy data into primary migrationBryan Newbold2018-05-243-59/+62