diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index d52dab5417e..40f30a10a01 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1086,6 +1086,7 @@ ActiveRecord::Schema.define(version: 20170703102400) do t.string "import_jid" t.integer "cached_markdown_version" t.datetime "last_repository_updated_at" + t.string "ci_config_path" end add_index "projects", ["ci_id"], name: "index_projects_on_ci_id", using: :btree |
