summaryrefslogtreecommitdiff
path: root/yaksh/migrations
diff options
context:
space:
mode:
authoradityacp2020-11-06 18:20:30 +0530
committeradityacp2020-11-06 18:20:30 +0530
commit43958e5932d68fce533d60a1abb953680d422ba9 (patch)
tree408f5186132397bdfcfc1c8dc2bd92ce6d011871 /yaksh/migrations
parent5936383ed3ca28ca3c2ed280ca8f75d9ccb98298 (diff)
parent1ad9f3176c2df25df1f8fae601eef657e39f8b46 (diff)
downloadonline_test-43958e5932d68fce533d60a1abb953680d422ba9.tar.gz
online_test-43958e5932d68fce533d60a1abb953680d422ba9.tar.bz2
online_test-43958e5932d68fce533d60a1abb953680d422ba9.zip
Merge branch 'master' of https://github.com/FOSSEE/online_test into video_tracking
Diffstat (limited to 'yaksh/migrations')
-rw-r--r--yaksh/migrations/0027_release_0_28_0.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/yaksh/migrations/0027_release_0_28_0.py b/yaksh/migrations/0027_release_0_28_0.py
new file mode 100644
index 0000000..a248665
--- /dev/null
+++ b/yaksh/migrations/0027_release_0_28_0.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.7 on 2020-11-04 13:40
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('yaksh', '0026_release_0_27_0'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='answer',
+ name='comment',
+ field=models.TextField(blank=True, null=True),
+ ),
+ ]