atuin/atuin-server/migrations/20220610074049_history-length.sql
Ellie Huxtable 23b9d34e16
Add configurable history length (#447)
* Add configurable history length

This allows servers to decide the max length of each history item they
want to store! Some users might have much larger history lines than
others.

This setting can be set to 0 to allow for unlimited history length. This
is not recommended for a public server install, but for a private one it
can work nicely.

* Format lol
2022-06-10 10:00:59 +01:00

3 lines
78 B
SQL

-- Add migration script here
alter table history alter column data type text;