Module: Tablature::Model::RangePartitionMethods

Defined in:
lib/tablature/model.rb

Instance Method Summary collapse

Instance Method Details

#create_range_partition(options) ⇒ Object



10
11
12
# File 'lib/tablature/model.rb', line 10

def create_range_partition(options)
  Tablature.database.create_range_partition_of(tablature_partition.name, options)
end