Merge pull request #6930 from adullact/fix/6888-uniq-deployment-task-names
Unicité du nom des tâches de déploiement
This commit is contained in:
commit
e9f0df0472
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
namespace :after_party do
|
||||
desc 'Deployment task: backfill_experts_procedure_id_on_avis_table'
|
||||
task backfill_experts_procedure_id_on_avis_table: :environment do
|
||||
puts "Running deploy task 'backfill_experts_procedure_id_on_avis_table'"
|
||||
task backfill_experts_procedure_id_on_avis_table_again: :environment do
|
||||
puts "Running deploy task 'backfill_experts_procedure_id_on_avis_table_again'"
|
||||
|
||||
without_instructeur = Avis.where(experts_procedure_id: nil, instructeur_id: nil).where.not(email: nil)
|
||||
with_instructeur = Avis.where(experts_procedure_id: nil, email: nil).where.not(instructeur_id: nil)
|
||||
|
|
Loading…
Reference in a new issue