Merge pull request #2793 from betagouv/remove-invite-gestionnaires
Remove all InviteGestionnaires
This commit is contained in:
commit
6d139ed1a8
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
namespace :after_party do
|
||||||
|
desc 'Deployment task: remove_invite_gestionnaires'
|
||||||
|
task remove_invite_gestionnaires: :environment do
|
||||||
|
InviteGestionnaire.destroy_all
|
||||||
|
|
||||||
|
# Update task as completed. If you remove the line below, the task will
|
||||||
|
# run with every deploy (or every time you call after_party:run).
|
||||||
|
AfterParty::TaskRecord.create version: '20181010102500'
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue