mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
add 0018 migration
This commit is contained in:
parent
6f4af0cfbe
commit
e383788b29
1 changed files with 17 additions and 0 deletions
17
auditlog/migrations/0018_remove_logentry_changes_text.py
Normal file
17
auditlog/migrations/0018_remove_logentry_changes_text.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.2.19 on 2024-02-10 10:30
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("auditlog", "0017_auto_20240210_1014"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="logentry",
|
||||
name="changes_text",
|
||||
),
|
||||
]
|
||||
Loading…
Reference in a new issue