Coverage for django_napse/core/migrations/0005_exchangeaccount_default.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.4.3, created at 2024-03-12 13:49 +0000

1# Generated by Django 4.2.6 on 2023-10-17 13:38 

2 

3from django.db import migrations, models 

4 

5 

6class Migration(migrations.Migration): 

7 

8 dependencies = [ 

9 ("django_napse_core", "0004_spacehistory_fleethistory_exchangeaccounthistory"), 

10 ] 

11 

12 operations = [ 

13 migrations.AddField( 

14 model_name="exchangeaccount", 

15 name="default", 

16 field=models.BooleanField(default=False), 

17 ), 

18 ]