Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

[FEATURE] Add command to remove deleted records from database #50

Closed
wants to merge 2 commits into from
Closed

Conversation

christophlehmann
Copy link
Contributor

This relates to #20

@Konafets Konafets added this to the 1.1.0 milestone Jun 29, 2014
@Konafets
Copy link
Member

Please provide some Unit Tests for the command.

@Konafets Konafets changed the title [FEATURE] Added command to remove deleted records from database [FEATURE] Add command to remove deleted records from database Aug 9, 2014
*/
public function removeDeletedRecordsCommand($age) {
if($age === 'help') {
$this->outputLine('Please provide a minimum age like "7d" for 7 days, "4w" for 4 weeks or "2y" for 2 years.');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The regex doesn't support "w" for weeks.

@Konafets Konafets closed this Aug 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants