gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: migration


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: migration
Date: Fri, 15 Dec 2017 11:40:15 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 82c2e5b  migration
82c2e5b is described below

commit 82c2e5b36b6597141fc4c912d197b33d27055428
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Dec 15 11:40:01 2017 +0100

    migration
---
 .../0013_remove_banktransaction_reimburses.py           | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/talerbank/app/migrations/0013_remove_banktransaction_reimburses.py 
b/talerbank/app/migrations/0013_remove_banktransaction_reimburses.py
new file mode 100644
index 0000000..5b88248
--- /dev/null
+++ b/talerbank/app/migrations/0013_remove_banktransaction_reimburses.py
@@ -0,0 +1,17 @@
+# Generated by Django 2.0 on 2017-12-14 10:19
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('app', '0012_auto_20171212_1540'),
+    ]
+
+    operations = [
+        migrations.RemoveField(
+            model_name='banktransaction',
+            name='reimburses',
+        ),
+    ]

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]