aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/migrations
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-client/migrations')
-rw-r--r--atuin-client/migrations/20210422143411_create_history.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/migrations/20210422143411_create_history.sql b/atuin-client/migrations/20210422143411_create_history.sql
index 23c63a4f..1f3f8686 100644
--- a/atuin-client/migrations/20210422143411_create_history.sql
+++ b/atuin-client/migrations/20210422143411_create_history.sql
@@ -1,7 +1,7 @@
-- Add migration script here
create table if not exists history (
id text primary key,
- timestamp text not null,
+ timestamp integer not null,
duration integer not null,
exit integer not null,
command text not null,