From d728e02beeb166d22cdf75a7bc2515bd7d44fec2 Mon Sep 17 00:00:00 2001
From: Andrea Lepori <alepori@student.ethz.ch>
Date: Tue, 4 Jan 2022 12:31:37 +0100
Subject: autoupdate oauth token when expired

---
 client/migrations/0011_usercode_midata_code.py | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 client/migrations/0011_usercode_midata_code.py

(limited to 'client/migrations')

diff --git a/client/migrations/0011_usercode_midata_code.py b/client/migrations/0011_usercode_midata_code.py
new file mode 100644
index 0000000..a5f3601
--- /dev/null
+++ b/client/migrations/0011_usercode_midata_code.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.1.4 on 2022-01-04 11:10
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('client', '0010_auto_20220102_1933'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='usercode',
+            name='midata_code',
+            field=models.CharField(default='', max_length=1024),
+        ),
+    ]
-- 
cgit v1.2.1