aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
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 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(),