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:
authorJames Lopez <james@jameslopez.es>2017-04-19 11:15:35 +0300
committerJames Lopez <james@jameslopez.es>2017-04-19 11:15:35 +0300
commit1c6710e235e00d74b33c3712e2a981a8891d2a82 (patch)
treefce0d8e3cac774dca606f1e54c26d97648050057 /db/schema.rb
parentec9f6180bc4684521444ee0681308bf4c9c71297 (diff)
Add migration to remove orphaned notification settings
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5689f7331dc..26ec6367bd0 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: 20170408033905) do
+ActiveRecord::Schema.define(version: 20170418103908) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"