WIP added dispenseAck logic
This commit is contained in:
parent
d905b6898d
commit
78f8d08d7d
3 changed files with 82 additions and 7 deletions
|
|
@ -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, ' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue