From 173f220b1a234d2528f3184eb3f609e42dd7bfb3 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 30 Nov 2006 22:13:56 +0000 Subject: [PATCH] - populate sites.max_slices correctly --- tools/plcdb.3-4.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/plcdb.3-4.conf b/tools/plcdb.3-4.conf index 4f1ba25..cd16108 100644 --- a/tools/plcdb.3-4.conf +++ b/tools/plcdb.3-4.conf @@ -1,12 +1,12 @@ # configuration file that describes the differences -# new_table_name = (field:old_table.field[:required_join_table.join_using:...]), ... +# new_table_name = field:old_table.field[:required_join_table.join_using:...], ... DB_VERSION_PREVIOUS = '3' DB_VERSION_NEW = '4' -sites = 'site_id:sites.site_id, login_base:sites.login_base, name:sites.name, abbreviated_name:sites.abbreviated_name, deleted:sites.deleted, is_public:sites.is_public, latitude:sites.latitude, longitude:sites.longitude, url:sites.url, date_created:sites.date_created' +sites = 'site_id:sites.site_id, login_base:sites.login_base, name:sites.name, abbreviated_name:sites.abbreviated_name, deleted:sites.deleted, is_public:sites.is_public, max_slices:dslice03_siteinfo.max_slices:dslice03_siteinfo.site_id, latitude:sites.latitude, longitude:sites.longitude, url:sites.url, date_created:sites.date_created' persons = 'person_id:persons.person_id, email:persons.email, first_name:persons.first_name, last_name:persons.last_name, deleted:persons.deleted, enabled:persons.enabled, password:persons.password, verification_key:persons.verification_key, verification_expires:persons.verification_expires, title:persons.title, phone:persons.phone, url:persons.url, bio:persons.bio' -- 2.43.0