Upgrade schemas to Rails 8.1 #54

Merged
atomaka merged 3 commits from fix-schemas into main 2025-01-17 00:14:22 -05:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit d227aa86f5 - Show all commits

10
config/recurring.yml Normal file
View file

@ -0,0 +1,10 @@
# production:
# periodic_cleanup:
# class: CleanSoftDeletedRecordsJob
# queue: background
# args: [ 1000, { batch_size: 500 } ]
# schedule: every hour
# periodic_command:
# command: "SoftDeletedRecord.due.delete_all"
# priority: 2
# schedule: at 5am every day