diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-04-25 21:27:51 +0100 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-04-25 21:27:51 +0100 |
| commit | 4f16e8411e24891b140690798c47747f5c9bb91e (patch) | |
| tree | 56db5166f3eb81df78f3654162e01d73eed6eba0 /atuin-client/migrations | |
| parent | Update docs, unify on SQLx, bugfixes (#40) (diff) | |
| download | atuin-4f16e8411e24891b140690798c47747f5c9bb91e.zip | |
Revert to storing history as nanos
Diffstat (limited to 'atuin-client/migrations')
| -rw-r--r-- | atuin-client/migrations/20210422143411_create_history.sql | 2 |
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, |
