final final final version (version 1.3)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user