新增:仓库列表和分支列表

This commit is contained in:
2024-04-17 10:54:23 +08:00
parent 7271603248
commit 8b1ef7bf15
7 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
class AddEnableToSyncRepositoryBranch < ActiveRecord::Migration[5.2]
def change
add_column :sync_repository_branches, :enable, :boolean, default: true
end
end