build service change

This commit is contained in:
chenjing
2023-09-01 13:27:40 +08:00
parent 71fd9969cb
commit 477b21e633
5 changed files with 31 additions and 16 deletions

View File

@@ -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