remove audit's login attempt

This commit is contained in:
Jens Langhammer 2019-03-08 19:45:50 +01:00
parent 9daff7608d
commit 64033031b1
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 2.1.7 on 2019-03-08 14:53
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passbook_audit', '0003_auto_20190221_1240'),
]
operations = [
migrations.DeleteModel(
name='LoginAttempt',
),
]