Coverage for migrations / 0021_formkitschemanode_is_active.py: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-22 07:15 +0000

1# Generated by Django 4.2.6 on 2023-10-16 14:08 

2 

3from django.db import migrations, models 

4 

5 

6class Migration(migrations.Migration): 

7 dependencies = [ 

8 ("formkit_ninja", "0020_remove_formcomponents_order_on_update_option_and_more"), 

9 ] 

10 

11 operations = [ 

12 migrations.AddField( 

13 model_name="formkitschemanode", 

14 name="is_active", 

15 field=models.BooleanField(default=True), 

16 ), 

17 ]