DEV: Add Upload to IntermediateDB (#29780)

This commit is contained in:
Gerhard Schlager
2025-01-20 23:16:30 +01:00
committed by GitHub
parent ba5cd20ef2
commit 2d05a82f52
7 changed files with 132 additions and 3 deletions

View File

@ -45,7 +45,12 @@ module Migrations
loader.log! if ENV["DEBUG"]
loader.inflector.inflect(
{ "cli" => "CLI", "intermediate_db" => "IntermediateDB", "uploads_db" => "UploadsDB" },
{
"cli" => "CLI",
"id" => "ID",
"intermediate_db" => "IntermediateDB",
"uploads_db" => "UploadsDB",
},
)
loader.push_dir(File.join(::Migrations.root_path, "lib"), namespace: ::Migrations)