Let users configure the amount of time that a tick can be deleted Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/66 Co-authored-by: Greg Sarjeant <greg@subcultureofone.org> Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
2 lines
63 B
SQL
2 lines
63 B
SQL
ALTER TABLE settings
|
|
ADD COLUMN tick_delete_hours INTEGER NULL; |