This repository has been archived on 2025-04-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GestionaleITSPy/GestionaleITS/gestionale/migrations/0003_remove_student_id_student_course.py

18 lines
345 B
Python

# Generated by Django 4.2.16 on 2024-10-24 14:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gestionale', '0002_supplier_is_deleted'),
]
operations = [
migrations.RemoveField(
model_name='student',
name='id_student_course',
),
]