Skip to content
Snippets Groups Projects
Select Git revision
  • 7bd81119ff5fb939f98055545297260d83983866
  • main default protected
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
6 results

0062_interest_no_history.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0062_interest_no_history.py 324 B
    # Generated by Django 4.2.13 on 2025-02-26 22:35
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0061_types'),
        ]
    
        operations = [
            migrations.RemoveField(
                model_name='historicalak',
                name='interest',
            ),
        ]