Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-04-06 04:04:11 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-04-07 05:20:16 +0300
commita475411f4380ef4d0260940206e2553da3b2f3ee (patch)
treef9e67c7dc2476f57fdf30a2a9e55eb323759d0b6 /db
parent2c6c61815edada16c4477c938209c24c647e1798 (diff)
Fixes broken schema and minor changes
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 50b8635cb96..0c8938b015d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -1639,7 +1639,6 @@ ActiveRecord::Schema.define(version: 20180405142733) do
t.string "path", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
- t.boolean "permanent"
end
add_index "redirect_routes", ["path"], name: "index_redirect_routes_on_path", unique: true, using: :btree