remove audit's login attempt
This commit is contained in:
parent
9daff7608d
commit
64033031b1
|
@ -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',
|
||||||
|
),
|
||||||
|
]
|
Reference in New Issue