Skip to content
Snippets Groups Projects
Select Git revision
  • d72e33574b377613567fd566927f17c974ef8909
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

0033_AKOnline.py

Blame
  • N. Geisler's avatar
    Nadja Geisler authored and Benjamin Hättasch committed
    more general model
    63a7291f
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0033_AKOnline.py 356 B
    # Generated by Django 3.0.6 on 2020-05-17 20:02
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0032_AK_history'),
        ]
    
        operations = [
            migrations.RenameField(
                model_name='room',
                old_name='building',
                new_name='location',
            ),
        ]