Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunnysideup/silverstripe-cleanup-tables

Clear out large tables by copying stale data to a back up table
https://github.com/sunnysideup/silverstripe-cleanup-tables

Last synced: 2 months ago
JSON representation

Clear out large tables by copying stale data to a back up table

Awesome Lists containing this project

README

        

Backup stale parts of your table.

use:
```yml
Sunnysideup\CleanupTables\CleanTable:
tables:
- MyTable1
- MyTable2
days_ago: 30
post_fix: '_Archive'
```

Then run BuildTask.