diff options
author | Palaparthy Adityachandra | 2020-05-20 16:24:59 +0530 |
---|---|---|
committer | GitHub | 2020-05-20 16:24:59 +0530 |
commit | 9aeae2b9c9fc22a83450ddbae49512318c032511 (patch) | |
tree | 3476db644be785dc8c66b5ccc4da19625cc35e30 | |
parent | d5666f34ada773c6ca163af9e71dee9f5e18185e (diff) | |
parent | 8cb918eee516461910b8af548e88efd744e1d5d5 (diff) | |
download | online_test-9aeae2b9c9fc22a83450ddbae49512318c032511.tar.gz online_test-9aeae2b9c9fc22a83450ddbae49512318c032511.tar.bz2 online_test-9aeae2b9c9fc22a83450ddbae49512318c032511.zip |
Merge pull request #712 from FOSSEE/release_0_20_0v0.20.0
Rename migration file
-rw-r--r-- | yaksh/migrations/0019_release_0_20_0.py (renamed from yaksh/migrations/0019_release_0_2_0.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/migrations/0019_release_0_2_0.py b/yaksh/migrations/0019_release_0_20_0.py index 512228f..7881ed7 100644 --- a/yaksh/migrations/0019_release_0_2_0.py +++ b/yaksh/migrations/0019_release_0_20_0.py @@ -1,4 +1,4 @@ -# Generated by Django 3.0.3 on 2020-05-20 07:28 +# Generated by Django 3.0.3 on 2020-05-20 09:16 import datetime from django.conf import settings |