Skip to content

Commit fcbbeec

Browse files
author
Keith Gabryelski
committed
Merge pull request #38 from eslavich/change-access-scope-of-create-new-partition
MultiLevel::PartitionManager.create_new_partition needs to be accessible...
2 parents d649ab8 + 2e69bad commit fcbbeec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/partitioned/multi_level/partition_manager.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def create_infrastructure(enumerable = [[]])
1717
end
1818
end
1919

20-
protected
21-
2220
#
2321
# Create a specific child table that does not currently
2422
# exist and whose schema (the schema that the table exists in)
@@ -37,6 +35,8 @@ def create_new_partition(*partition_key_values)
3735
end
3836
end
3937

38+
protected
39+
4040
#
4141
# Is the table a child table without itself having any children.
4242
# generally leaf tables are where all indexes and foreign key

0 commit comments

Comments
 (0)