Skip to content

Commit a9c8446

Browse files
author
aiden_lu
committed
Extend model.
1 parent 218b625 commit a9c8446

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 3.1.7 on 2022-04-18 08:37
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('drf_api_logger', '0002_auto_20211221_2155'),
10+
]
11+
12+
operations = [
13+
migrations.DeleteModel(
14+
name='APILogsModel',
15+
),
16+
]

0 commit comments

Comments
 (0)