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:
authorGitLab <gitlab@localhost>2014-04-18 14:05:00 +0400
committerGitLab <gitlab@localhost>2014-04-18 14:05:00 +0400
commit556ddbcad49be5d59cd6275639ac149f5b2ee7ac (patch)
treee1c254f28ddbbbe2602db738be4ce1eae13c4b5f /db
parent7ee0a94e8bd4da8862fab0ec2e8b7ccc0a2581f9 (diff)
Add schema number change.
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 0d3923b35c3..e53a637af66 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: 20140414131055) do
+ActiveRecord::Schema.define(version: 20140416185734) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"