From 2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Thu, 26 Oct 2023 10:33:28 +0300 Subject: Removing project content and adding a note that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari --- src/account/migrations/0006_auto_20201109_1947.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/account/migrations/0006_auto_20201109_1947.py (limited to 'src/account/migrations/0006_auto_20201109_1947.py') diff --git a/src/account/migrations/0006_auto_20201109_1947.py b/src/account/migrations/0006_auto_20201109_1947.py deleted file mode 100644 index d08c426..0000000 --- a/src/account/migrations/0006_auto_20201109_1947.py +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by Django 2.2 on 2020-11-09 19:47 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('account', '0005_auto_20200723_2100'), - ] - - operations = [ - migrations.AlterField( - model_name='userprofile', - name='full_name', - field=models.CharField(blank=True, default='', max_length=100, null=True), - ), - migrations.AlterField( - model_name='userprofile', - name='jira_url', - field=models.CharField(blank=True, default='', max_length=100, null=True), - ), - ] -- cgit 1.2.3-korg