diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index c72c7dedce1..5d917abdbb5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -383,7 +383,6 @@ ActiveRecord::Schema.define(version: 20180629191052) do t.datetime_with_timezone "expire_at" t.string "file" t.binary "file_sha256" - t.integer "file_format", limit: 2 end add_index "ci_job_artifacts", ["expire_at", "job_id"], name: "index_ci_job_artifacts_on_expire_at_and_job_id", using: :btree |