mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
build service change
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddLastBuildInfoAndStateToPages < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :pages, :last_build_info, :text
|
||||
add_column :pages, :build_state, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user