Sha256: edd090be198d79a9377deb1b649fb51050831dcb66bfbbc8d8a53920efe3be6d
Contents?: true
Size: 250 Bytes
Versions: 107
Compression:
Stored size: 250 Bytes
Contents
class Dynomite::Migration::Dsl class LocalSecondaryIndex < BaseSecondaryIndex def initialize(index_name=nil, &block) # Can only create local secondary index when creating a table super(:create, index_name, &block) end end end
Version data entries
107 entries across 107 versions & 2 rubygems