Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 69f247e

Browse files
committed
silence migration logs
1 parent 46383f4 commit 69f247e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/git/pkgs/database.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def self.exists?(git_dir = nil)
5858
end
5959

6060
def self.create_schema(with_indexes: true)
61+
ActiveRecord::Schema.verbose = false
6162
ActiveRecord::Schema.define do
6263
create_table :schema_info, if_not_exists: true do |t|
6364
t.integer :version, null: false

0 commit comments

Comments
 (0)