diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-05 18:55:35 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-05 18:55:35 +0200 |
commit | 19b80e82521384284227b31003889c9ac41b7c8c (patch) | |
tree | 8d6a893486aa326fcff8d17dff4edf1481f2c554 /db/schema.rb | |
parent | 9ea80a196f14f55599ab9c9831788dd970a36966 (diff) | |
download | gitlab-ce-19b80e82521384284227b31003889c9ac41b7c8c.tar.gz |
Add a migration to remove requesters that are owners of their project18790-dont-show-request-button-to-project-owner
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 5b9ed985fac..c1e88c1ed7e 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: 20160703180340) do +ActiveRecord::Schema.define(version: 20160705163108) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |