From cee7d5be7f20245ae9c522a9d0948a7360bc5dfe Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 7 Jul 2018 23:09:03 +0200 Subject: [PATCH] Supprime l'ancienne valeur du comnpay pass --- cotisations/migrations/0032_chequepayment_comnpaypayment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cotisations/migrations/0032_chequepayment_comnpaypayment.py b/cotisations/migrations/0032_chequepayment_comnpaypayment.py index e0717a05..729b6f2e 100644 --- a/cotisations/migrations/0032_chequepayment_comnpaypayment.py +++ b/cotisations/migrations/0032_chequepayment_comnpaypayment.py @@ -41,6 +41,7 @@ class Migration(migrations.Migration): ] operations = [ + migrations.RunSQL('update preferences_assooption set payment_pass="" where id=1;'), migrations.CreateModel( name='ChequePayment', fields=[