diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-28 14:21:10 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-28 14:21:10 +0100 |
commit | 632dd7b8e84faa4bcb19401678565751677729cc (patch) | |
tree | 8ac7b0fc80023694f8c104f483a30763c8ceb8fe /db/rerun_dbic_loader.pl | |
parent | 8f87691e3bb328879a1ff8c1baa1aa6748368f68 (diff) |
Add 'abuse' table and put abuse logic into problem
Diffstat (limited to 'db/rerun_dbic_loader.pl')
-rwxr-xr-x | db/rerun_dbic_loader.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/rerun_dbic_loader.pl b/db/rerun_dbic_loader.pl index 2b98560ee..13316ad09 100755 --- a/db/rerun_dbic_loader.pl +++ b/db/rerun_dbic_loader.pl @@ -13,7 +13,6 @@ use DBIx::Class::Schema::Loader qw/ make_schema_at /; # create a exclude statement that filters out the table that we are not # interested in my @tables_to_ignore = ( - 'abuse', # 'admin_log', # 'alert', # 'alert_sent', # |