Browse Source

Supprime l'ancienne valeur du comnpay pass

fix_front_profil
Hugo LEVY-FALK 8 years ago
parent
commit
cee7d5be7f
  1. 1
      cotisations/migrations/0032_chequepayment_comnpaypayment.py

1
cotisations/migrations/0032_chequepayment_comnpaypayment.py

@ -41,6 +41,7 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
migrations.RunSQL('update preferences_assooption set payment_pass="" where id=1;'),
migrations.CreateModel( migrations.CreateModel(
name='ChequePayment', name='ChequePayment',
fields=[ fields=[

Loading…
Cancel
Save