11 lines
217 B
Ruby
11 lines
217 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module Database
|
|
module PartitioningMigrationHelpers
|
|
include ForeignKeyHelpers
|
|
include TableManagementHelpers
|
|
include IndexHelpers
|
|
end
|
|
end
|
|
end
|