lib/alephant/lookup/lookup_table.rb in alephant-lookup-0.0.2 vs lib/alephant/lookup/lookup_table.rb in alephant-lookup-0.0.3
- old
+ new
@@ -13,13 +13,13 @@
:write_units => 5,
:read_units => 10
}
SCHEMA = {
:hash_key => {
- :id => :string
+ :component_id => :string
},
:range_key => {
- :location => :string
+ :opts_hash => :string
}
}
S3_LOCATION_FIELD = 's3_location'