mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
update
This commit is contained in:
5
db/migrate/20231108024716_add_child_count_to_issues.rb
Normal file
5
db/migrate/20231108024716_add_child_count_to_issues.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddChildCountToIssues < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :issues, :child_count, :integer, default:0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user