Skip to content

Commit

Permalink
remove admin_override_suspend_auto_approval field
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Aug 24, 2018
1 parent 03812a5 commit eaeb99c
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.1 on 2018-08-24 00:26

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0107_bounty_auto_approve_workers'),
]

operations = [
migrations.RemoveField(
model_name='bounty',
name='admin_override_suspend_auto_approval',
),
]

0 comments on commit eaeb99c

Please sign in to comment.