mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 22:16:15 +10:00
Add import_error to project.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddImportErrorToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :import_error, :text
|
||||
end
|
||||
end
|
||||
+2
-1
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 20151103001141) do
|
||||
ActiveRecord::Schema.define(version: 20151110125604) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -702,6 +702,7 @@ ActiveRecord::Schema.define(version: 20151103001141) do
|
||||
t.integer "commit_count", default: 0
|
||||
t.boolean "merge_requests_ff_only_enabled", default: false
|
||||
t.text "issues_template"
|
||||
t.text "import_error"
|
||||
end
|
||||
|
||||
add_index "projects", ["created_at", "id"], name: "index_projects_on_created_at_and_id", using: :btree
|
||||
|
||||
Reference in New Issue
Block a user