diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 10:09:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 10:09:54 +0100 |
commit | 8e6c6833afaf8b4cb820bffb4fa2adf44c0ca24d (patch) | |
tree | 38041b307d8ef87faedf7d6aadef8dcbeb33dceb /db | |
parent | 27edc4907f17cbfd16cdd18241d6a936990006f5 (diff) |
Use bcrypt.
Diffstat (limited to 'db')
-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 1261f2378..152d319b1 100755 --- a/db/rerun_dbic_loader.pl +++ b/db/rerun_dbic_loader.pl @@ -30,7 +30,7 @@ make_schema_at( overwrite_modifications => 1, # don't worry that the md5 is wrong # add in some extra components - components => [ 'FilterColumn', 'InflateColumn::DateTime' ], + components => [ 'FilterColumn', 'InflateColumn::DateTime', 'EncodedColumn' ], }, FixMyStreet->dbic_connect_info(), |