From 4f16e8411e24891b140690798c47747f5c9bb91e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 25 Apr 2021 21:27:51 +0100 Subject: Revert to storing history as nanos --- atuin-client/migrations/20210422143411_create_history.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/migrations') 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, -- cgit v1.3.1