changement settings mysql
This commit is contained in:
17
collabs/migrations_dev/0003_remove_collabs_hour_collab.py
Normal file
17
collabs/migrations_dev/0003_remove_collabs_hour_collab.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.0 on 2022-01-31 17:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('collabs', '0002_collabs_hour_user'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='collabs_hour',
|
||||
name='collab',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user