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.
|
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)
|
data/lib/partitioned/version.rb
CHANGED