mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-11 10:44:29 +00:00
Supprime l'ancienne valeur du comnpay pass
This commit is contained in:
parent
e3f3839a37
commit
64d6fc5a98
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