diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-06-23 08:23:27 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-06-23 18:09:22 +0800 |
commit | d34e87818c217a1a7368852e4cba384914afedd0 (patch) | |
tree | 3a5fbd0400f2b3f5c7addf897f0ff18f15302e5a /db/schema.rb | |
parent | 5eb4a47204931ebf5e5f40a3653f1ba9557af2ce (diff) | |
download | gitlab-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.rb | 2 |
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" |