diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 15:33:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-24 15:33:27 +0100 |
commit | e1444cafa50b8857bb40049a921bd388684db03f (patch) | |
tree | 08821fa7a0b4e8f62e824a8662dab938ecb017eb /db/rerun_dbic_loader.pl | |
parent | d9395396a76ce8254fca8637d3bde9e10b7f7564 (diff) |
Add InflateColumn::DateTime to all models.
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 7c38fae58..137662026 100755 --- a/db/rerun_dbic_loader.pl +++ b/db/rerun_dbic_loader.pl @@ -35,7 +35,7 @@ make_schema_at( overwrite_modifications => 1, # don't worry that the md5 is wrong # add in some extra components - components => ['FilterColumn'], + components => [ 'FilterColumn', 'InflateColumn::DateTime' ], }, FixMyStreet->dbic_connect_info(), |