summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-06-23 08:23:27 +0000
committerLin Jen-Shin <godfat@godfat.org>2017-06-23 18:09:22 +0800
commitd34e87818c217a1a7368852e4cba384914afedd0 (patch)
tree3a5fbd0400f2b3f5c7addf897f0ff18f15302e5a /db/schema.rb
parent5eb4a47204931ebf5e5f40a3653f1ba9557af2ce (diff)
downloadgitlab-ce-d34e87818c217a1a7368852e4cba384914afedd0.tar.gz
Remove old project_id index and make sure mysql work
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 fa66d515a0d..94b03219b21 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: 20170622135728) do
+ActiveRecord::Schema.define(version: 20170623080805) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"