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: Mon, 20 Nov 2017 17:47:22 +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 e0252ca  migration
e0252ca is described below

commit e0252ca609c4060c8989e21ee30c521dc463340b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 17:47:12 2017 +0100

    migration
---
 talerbank/app/migrations/0009_auto_20171120_1642.py | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/talerbank/app/migrations/0009_auto_20171120_1642.py 
b/talerbank/app/migrations/0009_auto_20171120_1642.py
new file mode 100644
index 0000000..590fb93
--- /dev/null
+++ b/talerbank/app/migrations/0009_auto_20171120_1642.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# Generated by Django 1.10.3 on 2017-11-20 16:42
+from __future__ import unicode_literals
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('app', '0008_auto_20171031_0938'),
+    ]
+
+    operations = [
+        migrations.AlterField(
+            model_name='banktransaction',
+            name='date',
+            field=models.DateTimeField(auto_now=True, db_index=True),
+        ),
+    ]

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



reply via email to

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