Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-cleanup-tables
- Owner: sunnysideup
- Created: 2019-10-15T05:56:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T20:48:36.000Z (7 months ago)
- Last Synced: 2024-09-15T22:21:45.811Z (4 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.