diff --git a/contracts/migrations/0068_contract_after_approval_nastenka_notice_id.py b/contracts/migrations/0068_contract_after_approval_nastenka_notice_id.py new file mode 100644 index 0000000000000000000000000000000000000000..b72787e93a751b8e76b8ca40ad24d0aa0e85970d --- /dev/null +++ b/contracts/migrations/0068_contract_after_approval_nastenka_notice_id.py @@ -0,0 +1,18 @@ +# Generated by Django 4.1.4 on 2023-07-18 06:19 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('contracts', '0067_alter_contractee_options_alter_signee_options'), + ] + + operations = [ + migrations.AddField( + model_name='contract', + name='after_approval_nastenka_notice_id', + field=models.UUIDField(blank=True, null=True, verbose_name='ID oznámenà o schválenà / vrácenà v Nástěnce'), + ), + ]