Coverage for crateweb/consent/migrations/0014_contactrequest_rdbm_to_contact_pt.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-08-27 10:34 -0500

1# Generated by Django 2.1.2 on 2018-12-26 15:32 

2 

3from django.db import migrations, models 

4 

5 

6class Migration(migrations.Migration): 

7 

8 dependencies = [ 

9 ("consent", "0013_auto_20181223_1124"), 

10 ] 

11 

12 operations = [ 

13 migrations.AddField( 

14 model_name="contactrequest", 

15 name="rdbm_to_contact_pt", 

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

17 ), 

18 ]