Updated Rake tasks (markdown)

Luka Murn 2019-03-06 11:39:43 +01:00
parent 162ff53a7e
commit 4ce05e5623

@ -37,8 +37,6 @@ SciNote allows to import all data from this portable format for an individual te
> **WARNING!** All team users are also ported alongside the team export, but the import script currently doesn't handle user collisions & duplicates.
**Export all** feature (enabling users to export all projects) imposes certain limits to users (users are limited to certain amount of exports per day). To reset these requests, the following rake task: `rake exportable_items:reset_export_projects_counter` needs to be ran periodically each day.
### Team deletion
All data belonging to an individual team can be deleted from within SciNote. This can be done by executing: `rails data:team_delete[team_id]`