Skip to content

Commit

Permalink
Merge pull request #144 from silverstripe-rebelalliance/task
Browse files Browse the repository at this point in the history
Added details to README regarding EditableFormField column clean ta...
  • Loading branch information
wilr committed Aug 9, 2013
2 parents 525dcdb + 83defae commit af69b0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ and without getting involved in any PHP code.
5. Run in your browser - `/dev/build` to rebuild the database.
6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.

## Tasks

### UserForms EditableFormField Column Clean task ###

This task is used to clear unused columns from EditableFormField

The reason to clear these columns is because having surplus forms can break form saving.

Currently it only supports MySQL and when it is run it queries the EditableFormField class for the valid columns,
it then grabs the columns for the live database it will create a backup of the table and then remove any columns that
are surplus.

To run the task login as Admin and go to to http://yoursite/dev/tasks/UserFormsColumnCleanTask

## Thanks

I would like to thank everyone who has contributed to the module, bugfixers,
Expand Down

0 comments on commit af69b0d

Please sign in to comment.