diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-05-10 14:03:04 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-05-10 14:03:04 -0500 |
commit | 6350cb5e76e4765918102412abb3c278f76b9e9f (patch) | |
tree | bffcdd798cf71abe0f30fe1a97adab6eeefd838f | |
parent | 17755364f81112dbc5d2791022018a06242ac4a5 (diff) | |
download | gitlab-ce-6350cb5e76e4765918102412abb3c278f76b9e9f.tar.gz |
Update schema version
-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 e58e9ea34d3..168ab198025 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: 20180508055821) do +ActiveRecord::Schema.define(version: 20180508102840) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |