Skip to content

Commit

Permalink
realip logging goes to db, right he
Browse files Browse the repository at this point in the history
  • Loading branch information
adRn-s committed Dec 7, 2023
1 parent d89b42c commit be79190
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions backend/request/migrations/0007_request_approval.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.2.7 on 2023-12-07 13:12

import request.models
from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("request", "0006_request_metapaths"),
]

operations = [
migrations.AddField(
model_name="request",
name="approval",
field=models.JSONField(default=request.models.approval_default),
),
]
2 changes: 1 addition & 1 deletion backend/request/migrations/max_migration.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0006_request_metapaths
0007_request_approval

0 comments on commit be79190

Please sign in to comment.