bientôt a alpha
This commit is contained in:
19
studenteval/migrations/0002_alter_cl_student_eval_uuid.py
Normal file
19
studenteval/migrations/0002_alter_cl_student_eval_uuid.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.0 on 2023-08-11 17:27
|
||||
|
||||
from django.db import migrations, models
|
||||
import uuid
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('studenteval', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='cl_student_eval',
|
||||
name='uuid',
|
||||
field=models.UUIDField(default=uuid.UUID('0ec70ee4-a015-42ea-aa8b-cf385010d233'), editable=False, primary_key=True, serialize=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user