Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-04-28 | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 32 | -289/+289 | |
for a limit | |||||
2015-04-28 | Correctly handle total/remaining counts in the presence of ↵ | Erik Johnston | 1 | -1/+1 | |
sent_transasctions table | |||||
2015-04-28 | Correctly handle total/remaining counts in the presence of ↵ | Erik Johnston | 1 | -123/+167 | |
sent_transasctions table | |||||
2015-04-28 | Remove accidentally committed debug hardcode hack | Erik Johnston | 1 | -1/+2 | |
2015-04-28 | Typo in port script | Erik Johnston | 1 | -1/+1 | |
2015-04-27 | Split setuping up and processing of tables | Erik Johnston | 1 | -8/+23 | |
2015-04-27 | Shuffle progress stuff | Erik Johnston | 1 | -201/+174 | |
2015-04-27 | Don't port over all of the sent_transactions table | Erik Johnston | 1 | -38/+120 | |
2015-04-27 | Remove unused import | Erik Johnston | 1 | -1/+0 | |
2015-04-27 | Move database configuration into config module | Erik Johnston | 2 | -33/+25 | |
2015-04-27 | Ensure check_same_t |