WIP tweaks

This commit is contained in:
Josh Harvey 2014-11-28 16:04:30 -05:00
parent 5c82d2ad95
commit 9546b71a6e
3 changed files with 22 additions and 13 deletions

View file

@ -41,7 +41,7 @@ exports.up = function(next) {
'currency_code text NOT NULL, ' +
'to_address text NOT NULL, ' +
'satoshis integer NOT NULL, ' +
'created timestamp NOT NULL DEFAULT now() ' +
'updated timestamp NOT NULL DEFAULT now() ' +
')',
'CREATE TABLE dispenses ( ' +