-
由 Marius Bobin 创作于
New CI tables that reference large tables should be should be partitioned from the start.
由 Marius Bobin 创作于New CI tables that reference large tables should be should be partitioned from the start.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
database_dictionary.rb 253 B
# frozen_string_literal: true
require_relative '../../tooling/danger/database_dictionary'
module Danger
class DatabaseDictionary < Plugin
# Put the helper code somewhere it can be tested
include Tooling::Danger::DatabaseDictionary
end
end