aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-04-25 12:00:06 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-02 22:09:30 +0100
commitcbd6ab8fd022ef26f1f96dcec98c952eed6bca8a (patch)
treeb6c762d745e29698ab8bdeb0c90edfbf46c11c8d /db
parent1edb407cddcd26fda53066c8cc92e8e04ad003b9 (diff)
Use EncodedColumn subclass.
Diffstat (limited to 'db')
-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 6a1fe1feb..1eff12d9e 100755
--- a/db/rerun_dbic_loader.pl
+++ b/db/rerun_dbic_loader.pl
@@ -38,7 +38,7 @@ make_schema_at(
resultset_namespace => '+FixMyStreet::DB::ResultSet',
# add in some extra components
- components => [ 'FilterColumn', 'FixMyStreet::InflateColumn::DateTime', 'EncodedColumn' ],
+ components => [ 'FilterColumn', 'FixMyStreet::InflateColumn::DateTime', 'FixMyStreet::EncodedColumn' ],
},
[ FixMyStreet->dbic_connect_info ],