atuin/atuin-server/migrations
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
..
20210425153745_create_history.sql Update docs, unify on SQLx, bugfixes (#40) 2021-04-25 17:21:52 +00:00
20210425153757_create_users.sql Update docs, unify on SQLx, bugfixes (#40) 2021-04-25 17:21:52 +00:00
20210425153800_create_sessions.sql Update docs, unify on SQLx, bugfixes (#40) 2021-04-25 17:21:52 +00:00
20220419082412_add_count_trigger.sql Add count trigger (#308) 2022-04-19 18:19:21 +01:00
20220421073605_fix_count_trigger_delete.sql Fix delete trigger (#317) 2022-04-21 09:12:51 +01:00
20220421174016_larger-commands.sql Allow for larger commands (#321) 2022-04-21 18:54:58 +01:00
20220426172813_user-created-at.sql Add created_at column to users (#354) 2022-04-26 22:27:51 +01:00
20220610074049_history-length.sql Add configurable history length (#447) 2022-06-10 10:00:59 +01:00