We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d649ab8 + 2e69bad commit fcbbeecCopy full SHA for fcbbeec
lib/partitioned/multi_level/partition_manager.rb
@@ -17,8 +17,6 @@ def create_infrastructure(enumerable = [[]])
17
end
18
19
20
- protected
21
-
22
#
23
# Create a specific child table that does not currently
24
# exist and whose schema (the schema that the table exists in)
@@ -37,6 +35,8 @@ def create_new_partition(*partition_key_values)
37
35
38
36
39
+ protected
+
40
41
# Is the table a child table without itself having any children.
42
# generally leaf tables are where all indexes and foreign key
0 commit comments