Sha256: 3644001e4d35e337c3aa3388a4a186630bd12f08d6f850dcbe751b626890ee9e
Contents?: true
Size: 409 Bytes
Versions: 11
Compression:
Stored size: 409 Bytes
Contents
Urbanity.class_eval do data_miner do schema do string 'name' end process "derive from ResidentialEnergyConsumptionSurveyResponse" do ResidentialEnergyConsumptionSurveyResponse.run_data_miner! INSERT_IGNORE %{INTO urbanities(name) SELECT DISTINCT recs_responses.urbanity_id FROM recs_responses WHERE LENGTH(recs_responses.urbanity_id) > 0 } end end end
Version data entries
11 entries across 11 versions & 1 rubygems