seitime-frappe/frappe/database
Ankush Menat da086a4410
feat: allow configuring ttl for RQ job retention (#20331)
Some might want to keep them around for long, others might wanna get rid
of it to free up memory. Hardcoded defaults dont work for everyone hence
make it configurable.

`no-docs`


[skip ci]
2023-03-14 12:43:41 +05:30
..
mariadb fix: drop table if exists for action and links 2023-02-01 22:37:43 +05:30
postgres chore!: drop device support from session (#18729) 2022-12-05 16:37:32 +05:30
__init__.py refactor: remove dead flag db.read_only 2022-09-09 17:34:46 +05:30
database.py feat: allow configuring ttl for RQ job retention (#20331) 2023-03-14 12:43:41 +05:30
db_manager.py refactor: which > find_executable (#18872) 2022-11-14 18:15:38 +05:30
operator_map.py fix: refactor 2023-01-10 16:15:33 +05:30
query.py refactor: Re-use DefaultOrderBy value as global constant 2023-02-02 13:43:31 +05:30
schema.py fix: duplicate unique index when column is altered 2022-12-15 13:36:28 +05:30
sequence.py fix(sequence): Setup & use SequenceGeneratorLimitExceeded error 2022-06-17 12:10:43 +05:30
utils.py refactor: Re-use DefaultOrderBy value as global constant 2023-02-02 13:43:31 +05:30