WIP added dispenseAck logic

This commit is contained in:
Josh Harvey 2014-11-24 18:28:11 -05:00
parent d905b6898d
commit 78f8d08d7d
3 changed files with 82 additions and 7 deletions

View file

@ -46,6 +46,7 @@ exports.up = function(next) {
'CREATE TABLE dispenses ( ' +
'id serial PRIMARY KEY, ' +
'device_fingerprint text NOT NULL, ' +
'transaction_id integer UNIQUE REFERENCES transactions(id), ' +
'dispense1 integer NOT NULL, ' +
'reject1 integer NOT NULL, ' +