Skip to content

Commit

Permalink
vingo: rename scans column
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Jun 16, 2024
1 parent 57b4833 commit 86c57f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vingo/database/scans.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
CREATE TABLE IF NOT EXISTS scans (
id SERIAL NOT NULL PRIMARY KEY,
scan_time TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP NOT NULL,
scan_type BOOLEAN,
scan_in BOOLEAN,
card_serial TEXT NOT NULL REFERENCES cards(serial)
);
`
Expand Down

0 comments on commit 86c57f7

Please sign in to comment.