From da3d306c64613a0b733d21cb1186be6cffd265d9 Mon Sep 17 00:00:00 2001 From: anudeeps0306 Date: Sun, 21 Apr 2024 20:40:03 +0530 Subject: [PATCH] Deleted migrations file --- .../migrations/0002_auto_20240406_0113.py | 38 ------------- .../eis/migrations/0002_auto_20240406_0113.py | 53 ------------------- .../migrations/0002_auto_20240130_1435.py | 33 ------------ .../migrations/0002_auto_20240406_0116.py | 18 ------- .../migrations/0003_auto_20240406_0121.py | 18 ------- .../migrations/0002_auto_20240406_0113.py | 23 -------- .../migrations/0002_auto_20240406_0113.py | 18 ------- 7 files changed, 201 deletions(-) delete mode 100644 FusionIIIT/applications/academic_procedures/migrations/0002_auto_20240406_0113.py delete mode 100644 FusionIIIT/applications/eis/migrations/0002_auto_20240406_0113.py delete mode 100644 FusionIIIT/applications/filetracking/migrations/0002_auto_20240130_1435.py delete mode 100644 FusionIIIT/applications/health_center/migrations/0002_auto_20240406_0116.py delete mode 100644 FusionIIIT/applications/health_center/migrations/0003_auto_20240406_0121.py delete mode 100644 FusionIIIT/applications/programme_curriculum/migrations/0002_auto_20240406_0113.py delete mode 100644 FusionIIIT/applications/scholarships/migrations/0002_auto_20240406_0113.py diff --git a/FusionIIIT/applications/academic_procedures/migrations/0002_auto_20240406_0113.py b/FusionIIIT/applications/academic_procedures/migrations/0002_auto_20240406_0113.py deleted file mode 100644 index c5a011858..000000000 --- a/FusionIIIT/applications/academic_procedures/migrations/0002_auto_20240406_0113.py +++ /dev/null @@ -1,38 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:13 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('academic_procedures', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='assistantshipclaim', - name='year', - field=models.IntegerField(choices=[(2024, 2024), (2023, 2023)]), - ), - migrations.AlterField( - model_name='course_registration', - name='working_year', - field=models.IntegerField(blank=True, choices=[(2024, 2024), (2023, 2023)], null=True), - ), - migrations.AlterField( - model_name='finalregistrations', - name='batch', - field=models.IntegerField(default=2024), - ), - migrations.AlterField( - model_name='messdue', - name='year', - field=models.IntegerField(choices=[(2024, 2024), (2023, 2023)]), - ), - migrations.AlterField( - model_name='register', - name='year', - field=models.IntegerField(default=2024), - ), - ] diff --git a/FusionIIIT/applications/eis/migrations/0002_auto_20240406_0113.py b/FusionIIIT/applications/eis/migrations/0002_auto_20240406_0113.py deleted file mode 100644 index 97eb3c2df..000000000 --- a/FusionIIIT/applications/eis/migrations/0002_auto_20240406_0113.py +++ /dev/null @@ -1,53 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:13 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('eis', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='emp_achievement', - name='a_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_confrence_organised', - name='k_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_expert_lectures', - name='l_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_keynote_address', - name='k_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_mtechphd_thesis', - name='s_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_patents', - name='p_year', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_published_books', - name='pyear', - field=models.IntegerField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], null=True, verbose_name='year'), - ), - migrations.AlterField( - model_name='emp_research_papers', - name='year', - field=models.CharField(blank=True, choices=[(1995, 1995), (1996, 1996), (1997, 1997), (1998, 1998), (1999, 1999), (2000, 2000), (2001, 2001), (2002, 2002), (2003, 2003), (2004, 2004), (2005, 2005), (2006, 2006), (2007, 2007), (2008, 2008), (2009, 2009), (2010, 2010), (2011, 2011), (2012, 2012), (2013, 2013), (2014, 2014), (2015, 2015), (2016, 2016), (2017, 2017), (2018, 2018), (2019, 2019), (2020, 2020), (2021, 2021), (2022, 2022), (2023, 2023), (2024, 2024)], max_length=10, null=True), - ), - ] diff --git a/FusionIIIT/applications/filetracking/migrations/0002_auto_20240130_1435.py b/FusionIIIT/applications/filetracking/migrations/0002_auto_20240130_1435.py deleted file mode 100644 index 5dda095fa..000000000 --- a/FusionIIIT/applications/filetracking/migrations/0002_auto_20240130_1435.py +++ /dev/null @@ -1,33 +0,0 @@ -# Generated by Django 3.1.5 on 2024-01-30 14:35 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('filetracking', '0001_initial'), - ] - - operations = [ - migrations.AddField( - model_name='file', - name='file_extra_JSON', - field=models.JSONField(null=True), - ), - migrations.AddField( - model_name='file', - name='src_module', - field=models.CharField(default='filetracking', max_length=100), - ), - migrations.AddField( - model_name='file', - name='src_object_id', - field=models.CharField(max_length=100, null=True), - ), - migrations.AddField( - model_name='tracking', - name='tracking_extra_JSON', - field=models.JSONField(null=True), - ), - ] diff --git a/FusionIIIT/applications/health_center/migrations/0002_auto_20240406_0116.py b/FusionIIIT/applications/health_center/migrations/0002_auto_20240406_0116.py deleted file mode 100644 index 55f7d74da..000000000 --- a/FusionIIIT/applications/health_center/migrations/0002_auto_20240406_0116.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:16 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('health_center', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='expiry', - name='supplier', - field=models.CharField(max_length=500), - ), - ] diff --git a/FusionIIIT/applications/health_center/migrations/0003_auto_20240406_0121.py b/FusionIIIT/applications/health_center/migrations/0003_auto_20240406_0121.py deleted file mode 100644 index 3b2f8617e..000000000 --- a/FusionIIIT/applications/health_center/migrations/0003_auto_20240406_0121.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:21 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('health_center', '0002_auto_20240406_0116'), - ] - - operations = [ - migrations.AlterField( - model_name='expiry', - name='supplier', - field=models.CharField(max_length=50), - ), - ] diff --git a/FusionIIIT/applications/programme_curriculum/migrations/0002_auto_20240406_0113.py b/FusionIIIT/applications/programme_curriculum/migrations/0002_auto_20240406_0113.py deleted file mode 100644 index 80d88516a..000000000 --- a/FusionIIIT/applications/programme_curriculum/migrations/0002_auto_20240406_0113.py +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:13 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('programme_curriculum', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='batch', - name='year', - field=models.PositiveIntegerField(default=2024), - ), - migrations.AlterField( - model_name='programme', - name='programme_begin_year', - field=models.PositiveIntegerField(default=2024), - ), - ] diff --git a/FusionIIIT/applications/scholarships/migrations/0002_auto_20240406_0113.py b/FusionIIIT/applications/scholarships/migrations/0002_auto_20240406_0113.py deleted file mode 100644 index b91800a83..000000000 --- a/FusionIIIT/applications/scholarships/migrations/0002_auto_20240406_0113.py +++ /dev/null @@ -1,18 +0,0 @@ -# Generated by Django 3.1.5 on 2024-04-06 01:13 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('scholarships', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='previous_winner', - name='year', - field=models.IntegerField(default=2024), - ), - ]