diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-02 16:24:40 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-02 16:24:40 +0000 |
commit | e2df7e1ba55faafb5d14909b973b7d4b9a46535a (patch) | |
tree | 0fb045a09fe29780526a89abaa014400c6598197 /db/rerun_dbic_loader.pl | |
parent | a5298a835ac622fcacb53167e9f51d8e6ab805d1 (diff) |
Ported AuthToken to DBIx::Class
Diffstat (limited to 'db/rerun_dbic_loader.pl')
-rwxr-xr-x | db/rerun_dbic_loader.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/rerun_dbic_loader.pl b/db/rerun_dbic_loader.pl index 241a4726b..fa93165de 100755 --- a/db/rerun_dbic_loader.pl +++ b/db/rerun_dbic_loader.pl @@ -16,7 +16,7 @@ my @tables_to_ignore = ( 'abuse', 'admin_log', 'alert', 'alert_sent', 'alert_type', 'comment', 'contacts', 'contacts_history', 'debugdate', 'flickr_imported', 'partial_user', 'problem', - 'questionnaire', 'secret', 'textmystreet', 'token', + 'questionnaire', 'secret', 'textmystreet', ); my $exclude = '^(?:' . join( '|', @tables_to_ignore ) . ')$'; |