Skip to content

Commit

Permalink
add sql script to create history tracking DB
Browse files Browse the repository at this point in the history
  • Loading branch information
thepeterstone committed Jan 31, 2012
1 parent c197a13 commit 553cc9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/history.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CREATE TABLE console (
work_dir TEXT NOT NULL,
command TEXT PRIMARY KEY NOT NULL,
arguments TEXT,
time TIMESTAMP NOT NULL
);

0 comments on commit 553cc9f

Please sign in to comment.