earth 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ ResidentialEnergyConsumptionSurveyResponse.class_eval do
|
|
3
3
|
# sabshere 9/20/10 sorted with sort -d -t "'" -k 2 ~/Desktop/parts.txt
|
4
4
|
schema Earth.database_options do
|
5
5
|
integer 'id'
|
6
|
-
|
6
|
+
string 'air_conditioner_use_id'
|
7
7
|
float 'annual_energy_from_electricity_for_air_conditioners'
|
8
8
|
string 'annual_energy_from_electricity_for_air_conditioners_units'
|
9
9
|
float 'annual_energy_from_electricity_for_clothes_driers'
|
@@ -53,7 +53,7 @@ ResidentialEnergyConsumptionSurveyResponse.class_eval do
|
|
53
53
|
integer 'census_region_number'
|
54
54
|
string 'central_ac_use'
|
55
55
|
string 'clothes_dryer_use'
|
56
|
-
|
56
|
+
string 'clothes_machine_use_id'
|
57
57
|
string 'clothes_washer_use'
|
58
58
|
string 'construction_period'
|
59
59
|
date 'construction_year'
|
data/lib/earth/version.rb
CHANGED