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
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-03-17 06:23:15 +0300
committerStan Hu <stanhu@gmail.com>2017-03-17 06:24:16 +0300
commit9b475bcce2497532081281f8a12d76c20c5473ef (patch)
tree3fea357092b5b155af1799969e05511d40da8144 /db/schema.rb
parent7cad597f6c8ba794c6852e23d718ed7827da35c6 (diff)
Remove original migration and re-add required migration under a later timestamp
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9041ddc306f..fe59c090056 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20170315174634) do
+ActiveRecord::Schema.define(version: 20170316061730) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -1318,8 +1318,8 @@ ActiveRecord::Schema.define(version: 20170315174634) do
t.string "incoming_email_token"
t.string "organization"
t.boolean "authorized_projects_populated"
- t.boolean "notified_of_own_activity", default: false, null: false
t.boolean "ghost"
+ t.boolean "notified_of_own_activity", default: false, null: false
end
add_index "users", ["admin"], name: "index_users_on_admin", using: :btree