mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Supprime l'ancienne valeur du comnpay pass
This commit is contained in:
parent
f1661ac2b2
commit
cee7d5be7f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue