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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-03-06 22:16:01 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-03-06 22:16:01 +0300
commit79b8f02bb1780b3de9eb01d69aa3ff59954d5324 (patch)
tree1391a19c6577830448888b5de6fb6d2d10b00f01 /db/schema.rb
parentb696cbc5a095bcd9dff445b7579651a615977e3d (diff)
parent3b35d1f8c153fb31af66049ba5461f9b39c66397 (diff)
Merge branch 'pipeline-blocking-actions' into 'master'
Make manual actions blocking Closes #26360 and #22628 See merge request !9585
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 911cb22c8e5..6f7dd3e4768 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: 20170305203726) do
+ActiveRecord::Schema.define(version: 20170306170512) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"