diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-06 19:33:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-06 19:33:03 +0100 |
commit | 52347ee7a0b02c12a277fe778b65c26eff2a73a3 (patch) | |
tree | 60996fc700141945d3a33fc51e1a7f273eb37a62 /db/rerun_dbic_loader.pl | |
parent | 83bd707020ac2d04893373817440fecd744e693c (diff) |
add admin_log table to models
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 82a9a5221..1261f2378 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 = ( - 'admin_log', # 'debugdate', # 'flickr_imported', # 'partial_user', # |