changement settings mysql
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# Generated by Django 4.0 on 2022-01-31 17:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('collabs', '0005_remove_collabs_hour_collaborateur_collabs_hour_user'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='collabs_hour',
|
||||
name='userName',
|
||||
field=models.CharField(max_length=100, verbose_name='auteur'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user