sunnysideup/cleanup-tables

Delete stale data.

Installs: 318

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

dev-master 2023-07-11 06:05 UTC

This package is auto-updated.

Last update: 2024-03-11 07:34:16 UTC


README

Backup stale parts of your table.

use:

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

Then run BuildTask.