This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-10-28 13:26:34 +00:00
|
|
|
# Generated by Django 2.2.6 on 2019-10-28 08:29
|
|
|
|
|
|
|
|
from django.conf import settings
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
2019-12-31 11:51:16 +00:00
|
|
|
("passbook_audit", "0001_initial"),
|
2019-10-28 13:26:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
2019-12-31 11:51:16 +00:00
|
|
|
migrations.RenameModel(old_name="AuditEntry", new_name="Event",),
|
2019-10-28 13:26:34 +00:00
|
|
|
]
|