atuin/atuin-server
Ellie Huxtable 24e2971787
Fix SQL cache query (#318)
I just deployed the older version and it was falling back on the full
count. Turns out this is because it won't upcast from INT4 to INT8
automatically, and it has to be manual

At some point the underlying total should be changed to int8, but also I
highly doubt anyone will have enough shell history to fill an int4 lol
2022-04-21 09:19:54 +01:00
..
migrations Fix delete trigger (#317) 2022-04-21 09:12:51 +01:00
src Fix SQL cache query (#318) 2022-04-21 09:19:54 +01:00
Cargo.toml Initial implementation of calendar API (#298) 2022-04-13 18:29:18 +01:00
server.toml Use cargo workspaces (#37) 2021-04-20 20:53:07 +00:00