aboutsummaryrefslogtreecommitdiffstats
path: root/rust/migrations/2018-05-12-001226_init/down.sql
Commit message (Collapse)AuthorAgeFilesLines
* changelog ID as a sequenceBryan Newbold2018-09-091-0/+2
| | | | | | | | | | | As noted elsewhere, auto-increment sequences in postgres, mysql, and cockroach can have gaps: when transactions that increment a number are rolled back, a "gap" is left. I didn't realize this, and it's problematic for the external changelog API. I'll need to re-write the changelog inserter to query for the current highest number when inserting, which is unfortunate and might slow down bulk imports.
* tweaks/fixes to SQL changesBryan Newbold2018-07-241-0/+3
|
* flesh out SQL schemaBryan Newbold2018-05-141-3/+26
|
* add scratch rust stuffBryan Newbold2018-05-131-0/+7