diff options
author | Julien Dessaux | 2021-10-31 13:27:38 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-10-31 17:30:49 +0100 |
commit | f1cd786cd745c6fa2a419648af968e9a66937ffb (patch) | |
tree | 383f8453d89572d9e0f243099091c95fe11903d9 /src/database.nim | |
parent | Replaced uuid with the shorter nanoids (diff) | |
download | short-f1cd786cd745c6fa2a419648af968e9a66937ffb.tar.gz short-f1cd786cd745c6fa2a419648af968e9a66937ffb.tar.bz2 short-f1cd786cd745c6fa2a419648af968e9a66937ffb.zip |
Pretty print the creation and expiration dates
Diffstat (limited to '')
-rw-r--r-- | src/database.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/database.nim b/src/database.nim index a696d12..004d7c4 100644 --- a/src/database.nim +++ b/src/database.nim @@ -1,7 +1,6 @@ import std / [options, times] import tiny_sqlite -import nanoid import dbUtils |