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:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-11-14 14:39:26 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-11-17 14:58:15 +0300
commit8f84369ae105c59a0c5cd947edb352fd616c4335 (patch)
tree56d680995c27815b15742341e0e803d958dff619 /db/schema.rb
parent8b426b63d6044746a71a63b07a709bdc9a2ee832 (diff)
Delete orphaned fork networks in a migration
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 37e08d453c8..53299792a39 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: 20171106180641) do
+ActiveRecord::Schema.define(version: 20171114104051) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"