We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a3e028 + 70e354f commit 1608fcdCopy full SHA for 1608fcd
lib/partitioned/partitioned_base/sql_adapter.rb
@@ -93,7 +93,7 @@ def last_n_partition_names(how_many = 1)
93
# Override this or order the tables from last (greatest value? greatest date?) to first.
94
#
95
def last_n_partitions_order_by_clause
96
- return configurator.last_n_partitions_order_by_clause
+ return configurator.last_partitions_order_by_clause
97
end
98
99
0 commit comments