# Generated by Django 4.1 on 2022-08-09 07:45 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('datastore', '0006_alter_competence_shortname_certificate'), ] operations = [ migrations.RenameModel( old_name='ZipPlaces', new_name='ZipPlace', ), ]