Skip to content

Commit

Permalink
fix: recovered 0001_initial.py from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Anurag607 committed Apr 22, 2024
1 parent 8d14833 commit b0f3667
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ class Migration(migrations.Migration):
'unique_together': {('student_id', 'sem')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ class Migration(migrations.Migration):
'unique_together': {('curr_id', 'student_id')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ class Migration(migrations.Migration):
'unique_together': {('student_id', 'mess_option')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ class Migration(migrations.Migration):
('worker_id', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='complaint_system.workers')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ class Migration(migrations.Migration):
('counselling_category', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='counselling_cell.counsellingissuecategory')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class Migration(migrations.Migration):
('maker_id', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='globals.extrainfo')),
],
),
]
]
2 changes: 1 addition & 1 deletion FusionIIIT/applications/eis/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ class Migration(migrations.Migration):
('user', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ class Migration(migrations.Migration):
'db_table': 'Cpda Tracking',
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ class Migration(migrations.Migration):
'abstract': False,
},
),
]
]
2 changes: 1 addition & 1 deletion FusionIIIT/applications/feeds/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ class Migration(migrations.Migration):
'unique_together': {('user', 'question')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ class Migration(migrations.Migration):
model_name='bank',
constraint=models.UniqueConstraint(fields=('Bank_Name', 'Branch_Name'), name='Unique Contraint 2'),
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ class Migration(migrations.Migration):
('user_id', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='globals.extrainfo')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ class Migration(migrations.Migration):
('intender', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
],
),
]
]
2 changes: 1 addition & 1 deletion FusionIIIT/applications/hr2/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ class Migration(migrations.Migration):
('extra_info', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='globals.extrainfo')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ class Migration(migrations.Migration):
('spent_on', models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, related_name='expenditureType', to='income_expenditure.expendituretype')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ class Migration(migrations.Migration):
('key', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='iwdModuleV2.projects', unique=True)),
],
),
]
]
2 changes: 1 addition & 1 deletion FusionIIIT/applications/leave/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ class Migration(migrations.Migration):
('user', models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, related_name='leave_admins', to=settings.AUTH_USER_MODEL)),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -489,4 +489,4 @@ class Migration(migrations.Migration):
'unique_together': {('student_id', 'instructor_id')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ class Migration(migrations.Migration):
('course_id', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='academic_information.course')),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ class Migration(migrations.Migration):
'unique_together': {('skill_id', 'unique_id')},
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ class Migration(migrations.Migration):
'unique_together': {('course_id', 'instructor_id', 'batch_id')},
},
),
]
]
2 changes: 1 addition & 1 deletion FusionIIIT/applications/ps1/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ class Migration(migrations.Migration):
'db_table': 'StockEntry',
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ class Migration(migrations.Migration):
('user', models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
],
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ class Migration(migrations.Migration):
'db_table': 'Application',
},
),
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ class Migration(migrations.Migration):
('room', models.ManyToManyField(to='visitor_hostel.RoomDetail')),
],
),
]
]

0 comments on commit b0f3667

Please sign in to comment.