This commit is contained in:
2022-09-26 19:11:22 +02:00
parent 40a30fcc10
commit 9807eaf179
3 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='collabs_hour',
name='type',
field=models.ForeignKey(default=0, on_delete=django.db.models.deletion.DO_NOTHING, to='collabs.collabs_hour_types', verbose_name='Types'),
field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.DO_NOTHING, to='collabs.collabs_hour_types', verbose_name='Types'),
preserve_default=False,
),
]

BIN
db.sqlite3_old Normal file

Binary file not shown.

BIN
db.sqlite3_save Normal file

Binary file not shown.