aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-10-03 09:55:30 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-10-03 09:55:30 +0100
commitf49d17566285e3fe44c569156806c289b1a150a9 (patch)
tree333ced87826377d7068dd248a897d33e3379dc99 /db
parent19aee029220f5f2c551d347aa95facf47236f035 (diff)
Remove any remaining BCI reference.
Diffstat (limited to 'db')
-rw-r--r--db/migrate_from_osgb36_to_wgs84.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/db/migrate_from_osgb36_to_wgs84.pl b/db/migrate_from_osgb36_to_wgs84.pl
index abd504fb8..676ffea9b 100644
--- a/db/migrate_from_osgb36_to_wgs84.pl
+++ b/db/migrate_from_osgb36_to_wgs84.pl
@@ -21,11 +21,11 @@ use Utils;
BEGIN {
mySociety::Config::set_file("$FindBin::Bin/../conf/general");
mySociety::DBHandle::configure(
- Name => mySociety::Config::get('BCI_DB_NAME'),
- User => mySociety::Config::get('BCI_DB_USER'),
- Password => mySociety::Config::get('BCI_DB_PASS'),
- Host => mySociety::Config::get( 'BCI_DB_HOST', undef ),
- Port => mySociety::Config::get( 'BCI_DB_PORT', undef )
+ Name => mySociety::Config::get('FMS_DB_NAME'),
+ User => mySociety::Config::get('FMS_DB_USER'),
+ Password => mySociety::Config::get('FMS_DB_PASS'),
+ Host => mySociety::Config::get( 'FMS_DB_HOST', undef ),
+ Port => mySociety::Config::get( 'FMS_DB_PORT', undef )
);
}