partitioned 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -119,7 +119,7 @@ module Partitioned
119
119
  options = {
120
120
  :partitioned_model => @parent_table_class,
121
121
  :temporary => false,
122
- :table_name => configurator.table_name(*partition_key_values)
122
+ :table_name => configurator.part_name(*partition_key_values)
123
123
  }
124
124
  @redshift_table_creator =
125
125
  ::ActiverecordRedshift::TableManager.new(@parent_table_class.connection, options)
@@ -1,4 +1,4 @@
1
1
  module Partitioned
2
2
  # the current version of this gem
3
- VERSION = "1.3.1"
3
+ VERSION = "1.3.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partitioned
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: