- populate sites.max_slices correctly
authorTony Mack <tmack@cs.princeton.edu>
Thu, 30 Nov 2006 22:13:56 +0000 (22:13 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 30 Nov 2006 22:13:56 +0000 (22:13 +0000)
tools/plcdb.3-4.conf

index 4f1ba25..cd16108 100644 (file)
@@ -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'