aboutsummaryrefslogtreecommitdiffstats
path: root/db/rerun_dbic_loader.pl
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-03 15:29:56 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-03 15:29:56 +0000
commit9c361f9b2bf1617fa97d3731a83a926db31e21c9 (patch)
treeb6c404d19838dd38621b198eeed6a1911f07abf1 /db/rerun_dbic_loader.pl
parentaa0d7a595c6e442ac2ef50e7041070d42d2c26e7 (diff)
Allow users to create an account, confirm it and logout
Diffstat (limited to 'db/rerun_dbic_loader.pl')
-rwxr-xr-xdb/rerun_dbic_loader.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/rerun_dbic_loader.pl b/db/rerun_dbic_loader.pl
index fa93165de..ed2fd6375 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',
+ 'questionnaire', 'secret', 'textmystreet',
);
my $exclude = '^(?:' . join( '|', @tables_to_ignore ) . ')$';