diff options
author | Francisco Javier López <fjlopez@gitlab.com> | 2017-12-07 08:44:55 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-12-07 08:44:55 +0000 |
commit | c9871e84e4b605922689aee5957d206516dca8e8 (patch) | |
tree | 6b4818c767b6e87cbe21f4808411f00db0d593d6 /db/schema.rb | |
parent | af09fb858e0588d4d246ffa55bdd653e05d97b63 (diff) | |
download | gitlab-ce-c9871e84e4b605922689aee5957d206516dca8e8.tar.gz |
The API isn't using the appropriate services for managing forks
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 2be1b745342..6ea3ab54742 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: 20171124150326) do +ActiveRecord::Schema.define(version: 20171205190711) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |