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
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-04 09:40:42 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-07-04 09:40:42 +0300
commit6a61528512b35f246d0391d1f6d1c099692405fd (patch)
tree48603c0fb5c6ef9f7c40d4e1cf93da5c27ef8f2a /db
parent3bad69cc78c29b2d1ec06deb540ffb77872de265 (diff)
Bump database schema version
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 8c7440ee610..b022ade2e16 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: 20170622162730) do
+ActiveRecord::Schema.define(version: 20170703102400) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"