Update schema

This commit is contained in:
Lin Jen-Shin 2017-02-16 11:00:35 +00:00
parent 4789fe25fd
commit 3acf4fbe3b
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ ActiveRecord::Schema.define(version: 20170214111112) do
t.boolean "plantuml_enabled"
t.integer "max_pages_size", default: 100, null: false
t.integer "terminal_max_session_time", default: 0, null: false
t.string "default_artifacts_expire_in", limit: 255
end
create_table "audit_events", force: :cascade do |t|